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

/system/bt/btif/src/
H A Dbtif_sock_sdp.c237 if (!SDP_AddServiceClassIdList(handle, 1, &service))
286 if (!SDP_AddServiceClassIdList(handle, 1, &service))
354 if (!SDP_AddServiceClassIdList(handle, 1, &service))
H A Dbtif_sdp_server.c398 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
485 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
565 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
655 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
742 status &= SDP_AddServiceClassIdList(sdp_handle, 2, services);
/system/bt/stack/avrc/
H A Davrc_sdp.c253 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list);
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.c115 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_HF_CLIENT_NUM_SVC_ELEMS, svc_class_id_list);
/system/bt/stack/a2dp/
H A Da2d_api.c185 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid);
/system/bt/stack/include/
H A Dsdp_api.h586 ** Function SDP_AddServiceClassIdList
596 extern BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
/system/bt/stack/pan/
H A Dpan_utils.c78 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
/system/bt/bta/hl/
H A Dbta_hl_sdp.c211 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
422 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
/system/bt/bta/ag/
H A Dbta_ag_sdp.c158 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list);
/system/bt/stack/sdp/
H A Dsdp_db.c835 ** Function SDP_AddServiceClassIdList
845 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, function
856 SDP_TRACE_ERROR("SDP_AddServiceClassIdList cannot get a buffer!");
H A Dsdp_api.c1142 if ((SDP_AddServiceClassIdList(handle, 1, &di_uuid)) == FALSE)
/system/bt/stack/gatt/
H A Dgatt_utils.c1488 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16);

Completed in 74 milliseconds