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.c293 case BT_SDP_ALT_UNSPEC: in parse_data_elem()
397 (elem->type & BT_SDP_TYPE_DESC_MASK) == BT_SDP_ALT_UNSPEC) { in search_uuid()
491 ((data_elem.type & BT_SDP_TYPE_DESC_MASK) != BT_SDP_ALT_UNSPEC)) { in find_services()
750 (elem->type & BT_SDP_TYPE_DESC_MASK) == BT_SDP_ALT_UNSPEC) { in copy_attribute()