|
BLE_API
v2.1.3
|
BLE Services GATT Event Parameter Definition. More...
#include <ble_host.h>
Data Fields | |
| uint8_t | hostId |
| uint8_t | gattRole |
| uint16_t | hdlNum |
| uint8_t | cmdAccess |
| uint8_t * | data |
| uint16_t | length |
BLE Services GATT Event Parameter Definition.
| uint8_t BLE_Event_AttParam::cmdAccess |
Defined command identification.
| uint8_t* BLE_Event_AttParam::data |
BLE attribute event data.
| uint8_t BLE_Event_AttParam::gattRole |
GATT role.
| uint16_t BLE_Event_AttParam::hdlNum |
Characteristic value handle.
| uint8_t BLE_Event_AttParam::hostId |
Host id.
| uint16_t BLE_Event_AttParam::length |
The length of BLE attribute event data.