Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h301 struct bt_sdp_record { struct
306 struct bt_sdp_record *next; /**< Next service record */ argument
474 int bt_sdp_register_service(struct bt_sdp_record *service);
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c70 static struct bt_sdp_record *db;
112 struct bt_sdp_record *rec;
147 typedef uint8_t (*bt_sdp_svc_func_t)(struct bt_sdp_record *rec,
423 static struct bt_sdp_record *bt_sdp_foreach_svc(bt_sdp_svc_func_t func, in bt_sdp_foreach_svc()
426 struct bt_sdp_record *rec = db; in bt_sdp_foreach_svc()
447 static uint8_t insert_record(struct bt_sdp_record *rec, void *user_data) in insert_record()
449 struct bt_sdp_record **rec_list = user_data; in insert_record()
470 struct bt_sdp_record **matching_recs) in find_services()
473 struct bt_sdp_record *record; in find_services()
586 struct bt_sdp_record *record; in sdp_svc_search_req()
[all …]
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/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);