Searched refs:BT_SDP_ATTR_PROTO_DESC_LIST (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | rfcomm.c | 51 BT_SDP_ATTR_PROTO_DESC_LIST,
|
D | a2dp.c | 76 BT_SDP_ATTR_PROTO_DESC_LIST, 145 BT_SDP_ATTR_PROTO_DESC_LIST,
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp.c | 69 BT_SDP_ATTR_PROTO_DESC_LIST, 144 BT_SDP_ATTR_PROTO_DESC_LIST,
|
D | hfp_hf.c | 78 BT_SDP_ATTR_PROTO_DESC_LIST,
|
D | sdp.c | 2804 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/ |
D | sdp.h | 132 #define BT_SDP_ATTR_PROTO_DESC_LIST 0x0004 /**< Protocol Descriptor List */ macro
|