Home
last modified time | relevance | path

Searched refs:BT_SDP_RECORD (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c100 static struct bt_sdp_record spp_rec = BT_SDP_RECORD(spp_attrs);
Da2dp.c130 static struct bt_sdp_record a2dp_sink_rec = BT_SDP_RECORD(a2dp_sink_attrs);
199 static struct bt_sdp_record a2dp_source_rec = BT_SDP_RECORD(a2dp_source_attrs);
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c123 static struct bt_sdp_record avrcp_tg_rec = BT_SDP_RECORD(avrcp_tg_attrs);
200 static struct bt_sdp_record avrcp_ct_rec = BT_SDP_RECORD(avrcp_ct_attrs);
Dhfp_hf.c125 static struct bt_sdp_record hfp_rec = BT_SDP_RECORD(hfp_attrs);
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h455 #define BT_SDP_RECORD(_attrs) \ macro