Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c51 BT_SDP_ATTR_PROTO_DESC_LIST,
Da2dp.c76 BT_SDP_ATTR_PROTO_DESC_LIST,
145 BT_SDP_ATTR_PROTO_DESC_LIST,
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c69 BT_SDP_ATTR_PROTO_DESC_LIST,
144 BT_SDP_ATTR_PROTO_DESC_LIST,
Dhfp_hf.c78 BT_SDP_ATTR_PROTO_DESC_LIST,
Dsdp.c2804 res = bt_sdp_get_attr(buf, &attr, BT_SDP_ATTR_PROTO_DESC_LIST); in bt_sdp_get_proto_param()
2806 LOG_WRN("Attribute 0x%04x not found, err %d", BT_SDP_ATTR_PROTO_DESC_LIST, res); in bt_sdp_get_proto_param()
2833 LOG_WRN("Attribute 0x%04x not found, err %d", BT_SDP_ATTR_PROTO_DESC_LIST, res); in bt_sdp_get_addl_proto_param()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h132 #define BT_SDP_ATTR_PROTO_DESC_LIST 0x0004 /**< Protocol Descriptor List */ macro