Parameters for attribute change notifications. More...
#include <bt_hal_gatt_client.h>
Data Fields | |
uint8_t | ucValue [btGATT_MAX_ATTR_LEN] |
BTBdaddr_t | xBda |
uint16_t | usHandle |
size_t | xLen |
bool | bIsNotify |
Parameters for attribute change notifications.
uint8_t BTGattNotifyParams_t::ucValue[btGATT_MAX_ATTR_LEN] |
Attribute Value.
BTBdaddr_t BTGattNotifyParams_t::xBda |
BT/BLE Address.
uint16_t BTGattNotifyParams_t::usHandle |
GATT Attribute Handle.
size_t BTGattNotifyParams_t::xLen |
Value Length.
bool BTGattNotifyParams_t::bIsNotify |
To Notify or Not.