|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
SDP attribute ID list for Service Attribute and Service Search Attribute transactions. More...
#include <sdp.h>
Data Fields | |
| size_t | count |
| Count of the SDP attribute ID range. | |
| struct bt_sdp_attribute_id_range * | ranges |
| Attribute ID range array list. | |
SDP attribute ID list for Service Attribute and Service Search Attribute transactions.
| size_t bt_sdp_attribute_id_list::count |
Count of the SDP attribute ID range.
The encoded list has to fit in an SDP request PDU: a range is encoded in 5 bytes, a single attribute ID (equal beginning and ending) in 3 bytes, and the list including its 2-byte header is limited to 162 bytes. bt_sdp_discover() rejects longer lists.
| struct bt_sdp_attribute_id_range* bt_sdp_attribute_id_list::ranges |
Attribute ID range array list.