Home
last modified time | relevance | path

Searched refs:num_services (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_sdp.c183 UINT8 num_services=1; in bta_hl_sdp_update() local
195 num_services=1; in bta_hl_sdp_update()
206 num_services=2; in bta_hl_sdp_update()
210 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_update()
337 for(i=0; i < num_services; i++) in bta_hl_sdp_update()
386 UINT8 num_services=1; in bta_hl_sdp_register() local
406 num_services=1; in bta_hl_sdp_register()
417 num_services=2; in bta_hl_sdp_register()
421 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list); in bta_hl_sdp_register()
544 for(i=0; i < num_services; i++) in bta_hl_sdp_register()
/system/connectivity/shill/wifi/
Dwifi_provider.cc803 int num_services = NumAutoConnectableServices(); in ReportAutoConnectableServices() local
805 if (num_services) { in ReportAutoConnectableServices()
806 metrics_->NotifyWifiAutoConnectableServices(num_services); in ReportAutoConnectableServices()
812 int num_services = 0; in NumAutoConnectableServices() local
818 num_services++; in NumAutoConnectableServices()
821 return num_services; in NumAutoConnectableServices()
/system/connectivity/shill/
Dmetrics.h984 virtual void NotifyWifiAutoConnectableServices(int num_services);
988 virtual void NotifyWifiAvailableBSSes(int num_services);
992 virtual void NotifyServicesOnSameNetwork(int num_services);
Dmetrics.cc1304 void Metrics::NotifyWifiAutoConnectableServices(int num_services) { in NotifyWifiAutoConnectableServices() argument
1306 num_services, in NotifyWifiAutoConnectableServices()
1320 void Metrics::NotifyServicesOnSameNetwork(int num_services) { in NotifyServicesOnSameNetwork() argument
1322 num_services, in NotifyServicesOnSameNetwork()
Dmanager.cc1646 int num_services = 0; in ReportServicesOnSameNetwork() local
1649 num_services++; in ReportServicesOnSameNetwork()
1652 metrics_->NotifyServicesOnSameNetwork(num_services); in ReportServicesOnSameNetwork()
/system/bt/stack/include/
Dsdp_api.h586 UINT16 num_services,
/system/bt/stack/sdp/
Dsdp_db.c814 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, in SDP_AddServiceClassIdList() argument
825 for (xx = 0; xx < num_services; xx++, p_service_uuids++) in SDP_AddServiceClassIdList()