Home
last modified time | relevance | path

Searched refs:BT_SDP_ALT_UNSPEC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h270 #define BT_SDP_ALT_UNSPEC 0x38 /**< Data element alternative, unspecified size */ macro
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c297 case BT_SDP_ALT_UNSPEC: in parse_data_elem()
401 (elem->type & BT_SDP_TYPE_DESC_MASK) == BT_SDP_ALT_UNSPEC) { in search_uuid()
495 ((data_elem.type & BT_SDP_TYPE_DESC_MASK) != BT_SDP_ALT_UNSPEC)) { in find_services()
755 (elem->type & BT_SDP_TYPE_DESC_MASK) == BT_SDP_ALT_UNSPEC) { in copy_attribute()