Searched refs:SDP_AddServiceClassIdList (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_sdp.c | 155 if (SDP_AddServiceClassIdList(sdp_handle, 1, &pbs_service)) in add_pbap_sdp() 257 if (SDP_AddServiceClassIdList(sdp_handle, 1, &servclass)) in add_ops_sdp() 330 if (SDP_AddServiceClassIdList(sdp_handle, 1, &serviceclassid)) in add_spp_sdp()
|
/external/bluetooth/bluedroid/stack/avrc/ |
D | avrc_sdp.c | 209 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list); in AVRC_AddRecord()
|
/external/bluetooth/bluedroid/stack/a2dp/ |
D | a2d_api.c | 185 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid); in A2D_AddRecord()
|
/external/bluetooth/bluedroid/stack/pan/ |
D | pan_utils.c | 79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid); in pan_register_with_sdp()
|
/external/bluetooth/bluedroid/stack/include/ |
D | sdp_api.h | 601 SDP_API extern BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
|
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_sdp.c | 157 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list); in bta_ag_add_record()
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_sdp.c | 222 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_register()
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_db.c | 800 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, in SDP_AddServiceClassIdList() function
|
D | sdp_api.c | 1135 if ((SDP_AddServiceClassIdList(handle, 1, &di_uuid)) == FALSE) in SDP_SetLocalDiRecord()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1386 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16); in gatt_add_sdp_record()
|