Searched refs:StartScan (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothLowEnergy.h | 81 virtual bool StartScan( 134 bool StartScan(
|
D | IBluetoothLowEnergy.cpp | 115 bool result = StartScan(client_id, *settings, filters); in onTransact() 234 bool BpBluetoothLowEnergy::StartScan( in StartScan() function in ipc::binder::BpBluetoothLowEnergy
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.h | 53 bool StartScan(
|
D | bluetooth_low_energy_binder_server.cpp | 106 bool BluetoothLowEnergyBinderServer::StartScan( in StartScan() function in ipc::binder::BluetoothLowEnergyBinderServer 119 return client->StartScan(settings, filters); in StartScan()
|
/system/bt/service/test/ |
D | gatt_client_unittest.cpp | 186 hal::BluetoothGattInterface::Get()->StartScan(i); in TEST_F()
|
D | low_energy_client_unittest.cpp | 879 EXPECT_FALSE(le_client_->StartScan(settings, filters)); in TEST_F() 888 EXPECT_TRUE(le_client_->StartScan(settings, filters)); in TEST_F() 936 ASSERT_TRUE(le_client_->StartScan(settings, filters)); in TEST_F()
|
/system/bt/service/ |
D | low_energy_client.h | 104 bool StartScan(const ScanSettings& settings,
|
D | low_energy_client.cpp | 412 bool LowEnergyClient::StartScan(const ScanSettings& settings, in StartScan() function in bluetooth::LowEnergyClient 424 StartScan(client_id_); in StartScan()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.h | 275 bt_status_t StartScan(int client_id);
|
D | bluetooth_gatt_interface.cpp | 911 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan() function in bluetooth::hal::BluetoothGattInterface
|
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 1446 void StartScan(WiFi::ScanMethod method) { in StartScan() function in shill::WiFiMainTest 1757 StartScan(WiFi::kScanMethodFull); in TEST_F() 1813 StartScan(WiFi::kScanMethodProgressive); in TEST_F() 1864 StartScan(WiFi::kScanMethodFull); in TEST_F() 2332 StartScan(WiFi::kScanMethodProgressive); in TEST_F() 2570 StartScan(WiFi::kScanMethodProgressive); in TEST_F() 2607 StartScan(WiFi::kScanMethodProgressive); in TEST_F() 4056 StartScan(WiFi::kScanMethodFull); in TEST_F() 4074 StartScan(WiFi::kScanMethodFull); in TEST_F() 4097 StartScan(WiFi::kScanMethodProgressive); in TEST_F() [all …]
|
/system/bt/service/client/ |
D | main.cpp | 684 bool status = ble_iface->StartScan(ble_client_id.load(), settings, filters); in HandleStartLeScan()
|