Searched refs:SDP_AddServiceClassIdList (Results 1 – 12 of 12) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_sdp.cc | 232 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()
|
D | btif_sdp_server.cc | 399 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/ |
D | avrc_sdp.cc | 210 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list); in AVRC_AddRecord()
|
/system/bt/stack/pan/ |
D | pan_utils.cc | 80 SDP_AddServiceClassIdList(sdp_handle, 1, &uuid); in pan_register_with_sdp()
|
/system/bt/stack/include/ |
D | sdp_api.h | 547 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services,
|
/system/bt/stack/a2dp/ |
D | a2dp_api.cc | 189 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid); in A2DP_AddRecord()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_sdp.cc | 118 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_HF_CLIENT_NUM_SVC_ELEMS, in bta_hf_client_add_record()
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.cc | 159 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, in bta_ag_add_record()
|
/system/bt/stack/hid/ |
D | hidd_api.cc | 191 result &= SDP_AddServiceClassIdList(handle, 1, &uuid); in HID_DevAddRecord()
|
/system/bt/stack/sdp/ |
D | sdp_db.cc | 760 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, in SDP_AddServiceClassIdList() function
|
D | sdp_api.cc | 1013 if (!(SDP_AddServiceClassIdList(handle, 1, &di_uuid))) in SDP_SetLocalDiRecord()
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 778 SDP_AddServiceClassIdList(sdp_handle, 1, &tmp); in gatt_add_sdp_record()
|