TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Add Service Request Structure for SNP_addService / SNP_ADD_SERVICE_REQ. More...
Data Fields | |
uint8_t | type |
1 Byte Type of the service to add. see Service Type | |
uint8_t | UUID [16] |
Add Service Request Structure for SNP_addService / SNP_ADD_SERVICE_REQ.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
uint8_t UUID[16] |
16 Byte UUID of the service, up to 16 Bytes dealing with UUID to know more about how to use UUID field.
UUID can be 2 bytes only.
at reception of this request, the length of the UUID can be deduce from the NPI frame length. at transmission of this request, the length of UUID will need to be indicated outside of this structure.