#include <at_ble_api.h>
Data Fields | |
at_ble_handle_t | char_handle |
characteristic handle More... | |
uint16_t | char_len |
length of packet to send More... | |
uint8_t | char_value [AT_BLE_MAX_ATT_LEN] |
data value More... | |
at_ble_handle_t | conn_handle |
Connection handle. More... | |
at_ble_handle_t at_ble_notification_recieved_t::char_handle |
characteristic handle
Referenced by anp_alert_notify_response(), pas_client_notification_handler(), and time_info_notification_handler().
uint16_t at_ble_notification_recieved_t::char_len |
length of packet to send
Referenced by anp_alert_notify_response(), csc_prf_notification_handler(), pas_client_notification_handler(), and time_info_notification_handler().
uint8_t at_ble_notification_recieved_t::char_value[AT_BLE_MAX_ATT_LEN] |
at_ble_handle_t at_ble_notification_recieved_t::conn_handle |
Connection handle.
Referenced by csc_prf_notification_handler().