Searched refs:StopScan (Results 1 – 11 of 11) sorted by relevance
85 virtual bool StopScan(int client_id) = 0;138 bool StopScan(int client_id) override;
122 bool result = StopScan(client_id); in onTransact()258 bool BpBluetoothLowEnergy::StopScan(int client_id) { in StopScan() function in ipc::binder::BpBluetoothLowEnergy
57 bool StopScan(int client_id) override;
122 bool BluetoothLowEnergyBinderServer::StopScan(int client_id) { in StopScan() function in ipc::binder::BluetoothLowEnergyBinderServer132 return client->StopScan(); in StopScan()
189 hal::BluetoothGattInterface::Get()->StopScan(i); in TEST_F()
894 EXPECT_TRUE(le_client_->StopScan()); in TEST_F()
108 bool StopScan();
334 StopScan(); in ~LowEnergyClient()434 bool LowEnergyClient::StopScan() { in StopScan() function in bluetooth::LowEnergyClient441 StopScan(client_id_); in StopScan()
276 bt_status_t StopScan(int client_id);
936 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan() function in bluetooth::hal::BluetoothGattInterface
703 bool status = ble_iface->StopScan(ble_client_id.load()); in HandleStopLeScan()