Bluetooth LE GATT Read response event. More...
#include <bt_event.h>
Public Attributes | |
uint8_t | group_id |
uint8_t | event_id |
uint16_t | serv_handle |
uint16_t | conn_handle |
uint16_t | char_handle |
uint16_t | length |
uint8_t | data [BLE_MAX_GATT_DATA_LEN] |
Bluetooth LE GATT Read response event.
uint8_t group_id |
Event group ID BT_GROUP_ID
uint8_t event_id |
Event sub ID BLE_GATT_EVENT_ID
uint16_t serv_handle |
Service handle ID ble_gatt_service_s
uint16_t conn_handle |
Connection handle ID
uint16_t char_handle |
Characteristic handle ID ble_gatt_char_s
uint16_t length |
Read data length
uint8_t data[BLE_MAX_GATT_DATA_LEN] |
Read data