![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
st_ble_gattc_evt_data_t is the type of the data notified in a GATT Client Event. More...
Data Fields | |
uint16_t | conn_hdl |
Connection handle identifying the GATT Server. More... | |
uint16_t | param_len |
The size of GATT Client Event parameters. More... | |
void * | p_param |
GATT Client Event parameters. This parameter differs in each GATT Client Event. More... | |
st_ble_gattc_evt_data_t is the type of the data notified in a GATT Client Event.
uint16_t st_ble_gattc_evt_data_t::conn_hdl |
Connection handle identifying the GATT Server.
uint16_t st_ble_gattc_evt_data_t::param_len |
The size of GATT Client Event parameters.
void* st_ble_gattc_evt_data_t::p_param |
GATT Client Event parameters. This parameter differs in each GATT Client Event.