Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h176 #define BT_SDP_ATTR_SUPPORTED_FEATURES 0x0311 /**< BIP Supported Features */ macro
444 BT_SDP_ATTR_SUPPORTED_FEATURES, \
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2874 res = bt_sdp_get_attr(buf, &attr, BT_SDP_ATTR_SUPPORTED_FEATURES); in bt_sdp_get_features()
2876 LOG_WRN("Attribute 0x%04x not found, err %d", BT_SDP_ATTR_SUPPORTED_FEATURES, res); in bt_sdp_get_features()