Home
last modified time | relevance | path

Searched refs:sdp_list_append (Results 1 – 23 of 23) sorted by relevance

/external/bluetooth/bluez/tools/
Dsdptool.c763 attrid_list = sdp_list_append(NULL, &range); in set_attrib()
877 attrid_list = sdp_list_append(NULL, &range); in set_attribseq()
1153 langs = sdp_list_append(0, &base_lang); in add_lang_attr()
1171 root = sdp_list_append(0, &root_uuid); in add_sp()
1176 svclass_id = sdp_list_append(0, &sp_uuid); in add_sp()
1182 profiles = sdp_list_append(0, &profile); in add_sp()
1187 proto[0] = sdp_list_append(0, &l2cap); in add_sp()
1188 apseq = sdp_list_append(0, proto[0]); in add_sp()
1191 proto[1] = sdp_list_append(0, &rfcomm); in add_sp()
1193 proto[1] = sdp_list_append(proto[1], channel); in add_sp()
[all …]
Dciptool.c103 srch = sdp_list_append(NULL, &svclass); in get_psm()
106 attrs = sdp_list_append(NULL, &attr); in get_psm()
/external/bluetooth/bluez/compat/
Dsdp.c59 langs = sdp_list_append(0, &base_lang); in add_lang_attr()
202 search = sdp_list_append(NULL, &svclass); in get_sdp_device_info()
203 attrid = sdp_list_append(NULL, &range); in get_sdp_device_info()
212 search = sdp_list_append(NULL, &svclass); in get_sdp_device_info()
213 attrid = sdp_list_append(NULL, &range); in get_sdp_device_info()
315 search = sdp_list_append(NULL, &svclass); in get_alternate_device_info()
316 attrid = sdp_list_append(NULL, &attr1); in get_alternate_device_info()
317 attrid = sdp_list_append(attrid, &attr2); in get_alternate_device_info()
327 search = sdp_list_append(NULL, &svclass); in get_alternate_device_info()
328 attrid = sdp_list_append(NULL, &attr1); in get_alternate_device_info()
[all …]
/external/bluetooth/bluez/cups/
Dsdp.c51 srch = sdp_list_append(NULL, &svclass); in sdp_search_hcrp()
54 attrs = sdp_list_append(NULL, &attr1); in sdp_search_hcrp()
56 attrs = sdp_list_append(attrs, &attr2); in sdp_search_hcrp()
96 srch = sdp_list_append(NULL, &svclass); in sdp_search_spp()
99 attrs = sdp_list_append(NULL, &attr); in sdp_search_spp()
/external/bluetooth/bluez/audio/
Dmanager.c249 root = sdp_list_append(0, &root_uuid); in hsp_ag_record()
253 svclass_id = sdp_list_append(0, &svclass_uuid); in hsp_ag_record()
255 svclass_id = sdp_list_append(svclass_id, &ga_svclass_uuid); in hsp_ag_record()
260 pfseq = sdp_list_append(0, &profile); in hsp_ag_record()
264 proto[0] = sdp_list_append(0, &l2cap_uuid); in hsp_ag_record()
265 apseq = sdp_list_append(0, proto[0]); in hsp_ag_record()
268 proto[1] = sdp_list_append(0, &rfcomm_uuid); in hsp_ag_record()
270 proto[1] = sdp_list_append(proto[1], channel); in hsp_ag_record()
271 apseq = sdp_list_append(apseq, proto[1]); in hsp_ag_record()
273 aproto = sdp_list_append(0, apseq); in hsp_ag_record()
[all …]
Dcontrol.c221 root = sdp_list_append(0, &root_uuid); in avrcp_ct_record()
226 svclass_id = sdp_list_append(0, &avrct); in avrcp_ct_record()
231 proto[0] = sdp_list_append(0, &l2cap); in avrcp_ct_record()
233 proto[0] = sdp_list_append(proto[0], psm); in avrcp_ct_record()
234 apseq = sdp_list_append(0, proto[0]); in avrcp_ct_record()
237 proto[1] = sdp_list_append(0, &avctp); in avrcp_ct_record()
239 proto[1] = sdp_list_append(proto[1], version); in avrcp_ct_record()
240 apseq = sdp_list_append(apseq, proto[1]); in avrcp_ct_record()
242 aproto = sdp_list_append(0, apseq); in avrcp_ct_record()
248 pfseq = sdp_list_append(0, &profile[0]); in avrcp_ct_record()
[all …]
Da2dp.c1332 root = sdp_list_append(0, &root_uuid); in a2dp_record()
1339 svclass_id = sdp_list_append(0, &a2dp_uuid); in a2dp_record()
1344 pfseq = sdp_list_append(0, &profile[0]); in a2dp_record()
1348 proto[0] = sdp_list_append(0, &l2cap_uuid); in a2dp_record()
1350 proto[0] = sdp_list_append(proto[0], psm); in a2dp_record()
1351 apseq = sdp_list_append(0, proto[0]); in a2dp_record()
1354 proto[1] = sdp_list_append(0, &avdtp_uuid); in a2dp_record()
1356 proto[1] = sdp_list_append(proto[1], version); in a2dp_record()
1357 apseq = sdp_list_append(apseq, proto[1]); in a2dp_record()
1359 aproto = sdp_list_append(0, apseq); in a2dp_record()
/external/bluetooth/bluez/health/
Dhdp_util.c338 svc_list = sdp_list_append(svc_list, &svc_uuid_source); in set_sdp_services_uuid()
341 svc_list = sdp_list_append(svc_list, &svc_uuid_sink); in set_sdp_services_uuid()
366 l2cap_list = sdp_list_append(NULL, &l2cap_uuid); in register_service_protocols()
378 if (!sdp_list_append(l2cap_list, psm)) { in register_service_protocols()
383 proto_list = sdp_list_append(NULL, l2cap_list); in register_service_protocols()
391 mcap_list = sdp_list_append(NULL, &mcap_c_uuid); in register_service_protocols()
403 if (!sdp_list_append(mcap_list, mcap_ver)) { in register_service_protocols()
408 if (!sdp_list_append(proto_list, mcap_list)) { in register_service_protocols()
414 access_proto_list = sdp_list_append(NULL, proto_list); in register_service_protocols()
452 profile_list = sdp_list_append(NULL, &hdp_profile); in register_service_profiles()
[all …]
/external/bluetooth/bluez/network/
Dserver.c153 langs = sdp_list_append(0, &base_lang); in add_lang_attr()
182 svclass = sdp_list_append(NULL, &pan); in server_record_new()
187 pfseq = sdp_list_append(NULL, &profile[0]); in server_record_new()
199 svclass = sdp_list_append(NULL, &pan); in server_record_new()
204 pfseq = sdp_list_append(NULL, &profile[0]); in server_record_new()
211 svclass = sdp_list_append(NULL, &pan); in server_record_new()
216 pfseq = sdp_list_append(NULL, &profile[0]); in server_record_new()
227 root = sdp_list_append(NULL, &root_uuid); in server_record_new()
231 proto[0] = sdp_list_append(NULL, &l2cap); in server_record_new()
233 proto[0] = sdp_list_append(proto[0], p); in server_record_new()
[all …]
/external/bluetooth/bluez/plugins/
Dpnat.c375 root = sdp_list_append(NULL, &root_uuid); in dun_record()
379 svclass_id = sdp_list_append(NULL, &dun); in dun_record()
381 svclass_id = sdp_list_append(svclass_id, &gn); in dun_record()
386 pfseq = sdp_list_append(NULL, &profile); in dun_record()
390 proto[0] = sdp_list_append(NULL, &l2cap); in dun_record()
391 apseq = sdp_list_append(NULL, proto[0]); in dun_record()
394 proto[1] = sdp_list_append(NULL, &rfcomm); in dun_record()
396 proto[1] = sdp_list_append(proto[1], channel); in dun_record()
397 apseq = sdp_list_append(apseq, proto[1]); in dun_record()
399 aproto = sdp_list_append(0, apseq); in dun_record()
/external/bluetooth/bluez/src/
Dadapter.c1923 root = sdp_list_append(NULL, &root_uuid); in create_rfcomm_record()
1927 proto = sdp_list_append(NULL, sdp_list_append(NULL, &l2cap_uuid)); in create_rfcomm_record()
1930 proto = sdp_list_append(proto, sdp_list_append( in create_rfcomm_record()
1931 sdp_list_append(NULL, &rfcomm_uuid), in create_rfcomm_record()
1934 sdp_set_access_protos(record, sdp_list_append(NULL, proto)); in create_rfcomm_record()
1936 svclass = sdp_list_append(NULL, &uuid); in create_rfcomm_record()
2030 root = sdp_list_append(0, &root_uuid); in add_headset_ag_record()
2034 svclass_id = sdp_list_append(0, &svclass_uuid); in add_headset_ag_record()
2036 svclass_id = sdp_list_append(svclass_id, &ga_svclass_uuid); in add_headset_ag_record()
2041 pfseq = sdp_list_append(0, &profile); in add_headset_ag_record()
[all …]
Dsdpd-service.c110 browselist = sdp_list_append(0, &bgscid); in register_public_browse_group()
145 classIDList = sdp_list_append(0, &classID); in register_server_service()
198 class_list = sdp_list_append(0, &class_uuid); in register_device_id()
203 group_list = sdp_list_append(NULL, &group_uuid); in register_device_id()
209 profile_list = sdp_list_append(NULL, &profile); in register_device_id()
Dattrib-server.c110 root = sdp_list_append(NULL, &root_uuid); in server_record_new()
114 svclass_id = sdp_list_append(NULL, uuid); in server_record_new()
119 proto[0] = sdp_list_append(NULL, &l2cap); in server_record_new()
121 proto[0] = sdp_list_append(proto[0], psm); in server_record_new()
122 apseq = sdp_list_append(NULL, proto[0]); in server_record_new()
125 proto[1] = sdp_list_append(NULL, &proto_uuid); in server_record_new()
127 proto[1] = sdp_list_append(proto[1], sh); in server_record_new()
129 proto[1] = sdp_list_append(proto[1], eh); in server_record_new()
130 apseq = sdp_list_append(apseq, proto[1]); in server_record_new()
132 aproto = sdp_list_append(NULL, apseq); in server_record_new()
Dglib-helper.c173 recs = sdp_list_append(recs, rec); in search_completed_cb()
244 search = sdp_list_append(NULL, &ctxt->uuid); in connect_watch()
245 attrids = sdp_list_append(NULL, &range); in connect_watch()
Ddevice.c795 pds = sdp_list_append(pds, curr->val.dataseq); in get_service_attribute_value_reply()
796 ap = sdp_list_append(ap, pds); in get_service_attribute_value_reply()
1396 req->records = sdp_list_append(req->records, in update_services()
Dsdpd-request.c231 pSeq = sdp_list_append(pSeq, pElem); in extract_des()
Dstorage.c890 rec_list->recs = sdp_list_append(rec_list->recs, rec); in create_stored_records_from_keys()
/external/bluetooth/bluez/test/
Dsdptest.c77 search = sdp_list_append(NULL, &uuid); in cmd_search()
79 attrids = sdp_list_append(NULL, &range); in cmd_search()
Drctest.c111 srch = sdp_list_append(NULL, &svclass); in get_channel()
114 attrs = sdp_list_append(NULL, &attr); in get_channel()
/external/bluetooth/bluez/serial/
Dproxy.c143 langs = sdp_list_append(0, &base_lang); in add_lang_attr()
161 root = sdp_list_append(NULL, &root_uuid); in proxy_record_new()
167 svclass_id = sdp_list_append(NULL, &uuid); in proxy_record_new()
173 profiles = sdp_list_append(NULL, &profile); in proxy_record_new()
178 proto[0] = sdp_list_append(NULL, &l2cap); in proxy_record_new()
179 apseq = sdp_list_append(NULL, proto[0]); in proxy_record_new()
182 proto[1] = sdp_list_append(NULL, &rfcomm); in proxy_record_new()
184 proto[1] = sdp_list_append(proto[1], ch); in proxy_record_new()
185 apseq = sdp_list_append(apseq, proto[1]); in proxy_record_new()
187 aproto = sdp_list_append(NULL, apseq); in proxy_record_new()
/external/bluetooth/bluez/sap/
Dserver.c205 root = sdp_list_append(NULL, &root_uuid); in create_sap_record()
210 svclass_id = sdp_list_append(NULL, &sap_uuid); in create_sap_record()
212 svclass_id = sdp_list_append(svclass_id, &gt_uuid); in create_sap_record()
219 profiles = sdp_list_append(NULL, &profile); in create_sap_record()
224 proto[0] = sdp_list_append(NULL, &l2cap); in create_sap_record()
225 apseq = sdp_list_append(NULL, proto[0]); in create_sap_record()
228 proto[1] = sdp_list_append(NULL, &rfcomm); in create_sap_record()
230 proto[1] = sdp_list_append(proto[1], ch); in create_sap_record()
231 apseq = sdp_list_append(apseq, proto[1]); in create_sap_record()
233 aproto = sdp_list_append(NULL, apseq); in create_sap_record()
/external/bluetooth/bluez/lib/
Dsdp.c1749 sdp_list_t *sdp_list_append(sdp_list_t *p, void *d) in sdp_list_append() function
1887 pds = sdp_list_append(pds, curr->val.dataseq); in sdp_get_access_protos()
1888 ap = sdp_list_append(ap, pds); in sdp_get_access_protos()
1911 pds = sdp_list_append(pds, curr->val.dataseq); in sdp_get_add_access_protos()
1912 ap = sdp_list_append(ap, pds); in sdp_get_add_access_protos()
1939 *seqp = sdp_list_append(*seqp, u); in sdp_get_uuidseq_attr()
2043 *langSeq = sdp_list_append(*langSeq, lang); in sdp_get_lang_attr()
2090 *profDescSeq = sdp_list_append(*profDescSeq, profDesc); in sdp_get_profile_descs()
2107 *u16 = sdp_list_append(*u16, &curr->val.uint16); in sdp_get_server_ver()
3181 pSeq = sdp_list_append(pSeq, pSvcRec); in extract_record_handle_seq()
[all …]
/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h45 sdp_list_t *sdp_list_append(sdp_list_t *list, void *d);