Searched defs:StartScan (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothLowEnergy.cpp115 bool result = StartScan(client_id, *settings, filters);
234 bool BpBluetoothLowEnergy::StartScan( function in class:ipc::binder::BpBluetoothLowEnergy
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cpp106 bool BluetoothLowEnergyBinderServer::StartScan( function in class:ipc::binder::BluetoothLowEnergyBinderServer
119 return client->StartScan(settings, filters);
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp911 bt_status_t BluetoothGattInterface::StartScan(int client_id) { function in class:bluetooth::hal::BluetoothGattInterface
/system/bt/service/
H A Dlow_energy_client.cpp412 bool LowEnergyClient::StartScan(const ScanSettings& settings, function in class:bluetooth::LowEnergyClient
424 StartScan(client_id_);
/system/connectivity/shill/wifi/
H A Dwifi_unittest.cc1446 void StartScan(WiFi::ScanMethod method) { function in class:shill::WiFiMainTest
1757 StartScan(WiFi::kScanMethodFull);
1813 StartScan(WiFi::kScanMethodProgressive);
1864 StartScan(WiFi::kScanMethodFull);
2332 StartScan(WiFi::kScanMethodProgressive);
2570 StartScan(WiFi::kScanMethodProgressive);
2607 StartScan(WiFi::kScanMethodProgressive);
4056 StartScan(WiFi::kScanMethodFull);
4074 StartScan(WiFi::kScanMethodFull);
4097 StartScan(WiF
[all...]

Completed in 181 milliseconds