![]() |
![]() |
|
TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Parameter Structure used to add a User Descriptor attribute. More...
Data Fields | |
| uint16_t | initLen |
| 2 Byte initial length of the string, plus one byte for null terminator (must be <= snpAddAttrUserDesc_t::maxLen) | |
| uint16_t | maxLen |
| 2 Byte Maximum possible length of the string, plus one byte for null terminator (range from 1 to 512) | |
| uint8_t * | pDesc |
| Pointer to initial string (must be null terminated) | |
| uint8_t | perms |
| 1 Byte Permissions of the attribute, GATT Attribute Access Permissions Bit Fields, force to Read only | |
Parameter Structure used to add a User Descriptor attribute.
Used with snpAddCharDescDeclReq_t
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.