Microchip® Advanced Software Framework

at_ble_notification_recieved_t Struct Reference

#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
uint16_t at_ble_notification_recieved_t::char_len
at_ble_handle_t at_ble_notification_recieved_t::conn_handle

Connection handle.

Referenced by csc_prf_notification_handler().