Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_sdp.c155 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/
Davrc_sdp.c209 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list); in AVRC_AddRecord()
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_api.c185 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid); in A2D_AddRecord()
/external/bluetooth/bluedroid/stack/pan/
Dpan_utils.c79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid); in pan_register_with_sdp()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h601 SDP_API extern BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c157 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list); in bta_ag_add_record()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c222 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_register()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c800 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, in SDP_AddServiceClassIdList() function
Dsdp_api.c1135 if ((SDP_AddServiceClassIdList(handle, 1, &di_uuid)) == FALSE) in SDP_SetLocalDiRecord()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c1386 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16); in gatt_add_sdp_record()