Searched refs:bt_sdp_record (Results 1 – 6 of 6) sorted by relevance
301 struct bt_sdp_record { struct306 struct bt_sdp_record *next; /**< Next service record */ argument474 int bt_sdp_register_service(struct bt_sdp_record *service);
70 static struct bt_sdp_record *db;116 struct bt_sdp_record *rec;151 typedef uint8_t (*bt_sdp_svc_func_t)(struct bt_sdp_record *rec,427 static struct bt_sdp_record *bt_sdp_foreach_svc(bt_sdp_svc_func_t func, in bt_sdp_foreach_svc()430 struct bt_sdp_record *rec = db; in bt_sdp_foreach_svc()451 static uint8_t insert_record(struct bt_sdp_record *rec, void *user_data) in insert_record()453 struct bt_sdp_record **rec_list = user_data; in insert_record()474 struct bt_sdp_record **matching_recs) in find_services()477 struct bt_sdp_record *record; in find_services()591 struct bt_sdp_record *record; in sdp_svc_search_req()[all …]
123 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);
125 static struct bt_sdp_record hfp_rec = BT_SDP_RECORD(hfp_attrs);
101 static struct bt_sdp_record spp_rec = BT_SDP_RECORD(spp_attrs);
131 static struct bt_sdp_record a2dp_sink_rec = BT_SDP_RECORD(a2dp_sink_attrs);200 static struct bt_sdp_record a2dp_source_rec = BT_SDP_RECORD(a2dp_source_attrs);