Home
last modified time | relevance | path

Searched refs:SDP_AddServiceClassIdList (Results 1 – 12 of 12) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_sdp.cc232 if (!SDP_AddServiceClassIdList(handle, 1, &service)) goto error; in add_pbap_sdp()
293 if (!SDP_AddServiceClassIdList(handle, 1, &service)) goto error; in add_ops_sdp()
359 if (!SDP_AddServiceClassIdList(handle, 1, &service)) goto error; in add_spp_sdp()
Dbtif_sdp_server.cc399 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_maps_sdp()
486 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_mapc_sdp()
553 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_pbapc_sdp()
606 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_pbaps_sdp()
694 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_opps_sdp()
779 status &= SDP_AddServiceClassIdList(sdp_handle, 2, services); in add_saps_sdp()
/system/bt/stack/avrc/
Davrc_sdp.cc210 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list); in AVRC_AddRecord()
/system/bt/stack/pan/
Dpan_utils.cc80 SDP_AddServiceClassIdList(sdp_handle, 1, &uuid); in pan_register_with_sdp()
/system/bt/stack/include/
Dsdp_api.h547 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services,
/system/bt/stack/a2dp/
Da2dp_api.cc189 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid); in A2DP_AddRecord()
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.cc118 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_HF_CLIENT_NUM_SVC_ELEMS, in bta_hf_client_add_record()
/system/bt/bta/ag/
Dbta_ag_sdp.cc159 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, in bta_ag_add_record()
/system/bt/stack/hid/
Dhidd_api.cc191 result &= SDP_AddServiceClassIdList(handle, 1, &uuid); in HID_DevAddRecord()
/system/bt/stack/sdp/
Dsdp_db.cc760 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, in SDP_AddServiceClassIdList() function
Dsdp_api.cc1013 if (!(SDP_AddServiceClassIdList(handle, 1, &di_uuid))) in SDP_SetLocalDiRecord()
/system/bt/stack/gatt/
Dgatt_utils.cc778 SDP_AddServiceClassIdList(sdp_handle, 1, &tmp); in gatt_add_sdp_record()