Zephyr API 3.6.99
|
SDP Service Record Value. More...
#include <sdp.h>
Data Fields | |
uint32_t | handle |
Redundant, for quick ref. | |
struct bt_sdp_attribute * | attrs |
Base addr of attr array. | |
size_t | attr_count |
Number of attributes. | |
uint8_t | index |
Index of the record in LL. | |
struct bt_sdp_record * | next |
Next service record. | |
SDP Service Record Value.
size_t bt_sdp_record::attr_count |
Number of attributes.
struct bt_sdp_attribute* bt_sdp_record::attrs |
Base addr of attr array.
uint32_t bt_sdp_record::handle |
Redundant, for quick ref.
uint8_t bt_sdp_record::index |
Index of the record in LL.
struct bt_sdp_record* bt_sdp_record::next |
Next service record.