TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Parameter Structure used to add a Client Characteristic Configuration Description Attribute. More...
Data Fields | |
uint8_t | perms |
1 Byte permissions of the attribute, GATT Attribute Access Permissions Bit Fields | |
Parameter Structure used to add a Client Characteristic Configuration Description Attribute.
Used with snpAddCharDescDeclReq_t
snpAddAttrCccd_t::perms are defined by a profile or are implementation specific. TI BLE-Stack has define its own permissions: GATT Attribute Access Permissions Bit Fields.
Basic filtering is done using those values For example, a read request on a characteristic value which does not permit reading will be rejected by the stack without AP interaction.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.