Home
last modified time | relevance | path

Searched refs:BT_SDP_ATTR_PROFILE_DESC_LIST (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c79 BT_SDP_ATTR_PROFILE_DESC_LIST,
Da2dp.c108 BT_SDP_ATTR_PROFILE_DESC_LIST,
177 BT_SDP_ATTR_PROFILE_DESC_LIST,
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c100 BT_SDP_ATTR_PROFILE_DESC_LIST,
177 BT_SDP_ATTR_PROFILE_DESC_LIST,
Dhfp_hf.c106 BT_SDP_ATTR_PROFILE_DESC_LIST,
Dsdp.c2853 res = bt_sdp_get_attr(buf, &attr, BT_SDP_ATTR_PROFILE_DESC_LIST); in bt_sdp_get_profile_version()
2855 LOG_WRN("Attribute 0x%04x not found, err %d", BT_SDP_ATTR_PROFILE_DESC_LIST, res); in bt_sdp_get_profile_version()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h137 #define BT_SDP_ATTR_PROFILE_DESC_LIST 0x0009 /**< Bluetooth Profile Descriptor List */ macro