COMMON IO-BLE v1.0.0
Hardware abstraction layer for Bluetooth
 
Loading...
Searching...
No Matches
BTGattNotifyParams_t Struct Reference

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
 

Detailed Description

Parameters for attribute change notifications.

Field Documentation

◆ ucValue

uint8_t BTGattNotifyParams_t::ucValue[btGATT_MAX_ATTR_LEN]

Attribute Value.

◆ xBda

BTBdaddr_t BTGattNotifyParams_t::xBda

BT/BLE Address.

◆ usHandle

uint16_t BTGattNotifyParams_t::usHandle

GATT Attribute Handle.

◆ xLen

size_t BTGattNotifyParams_t::xLen

Value Length.

◆ bIsNotify

bool BTGattNotifyParams_t::bIsNotify

To Notify or Not.


The documentation for this struct was generated from the following file: