Home
last modified time | relevance | path

Searched refs:StartScan (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothLeScanner.aidl28 boolean StartScan(int client_id, in StartScan() method
/system/bt/service/ipc/binder/
Dbluetooth_le_scanner_binder_server.cc65 Status BluetoothLeScannerBinderServer::StartScan( in StartScan() function in ipc::binder::BluetoothLeScannerBinderServer
84 *_aidl_return = scanner->StartScan(settings, flt); in StartScan()
Dbluetooth_le_scanner_binder_server.h58 Status StartScan(int scanner_id,
/system/bt/service/
Dlow_energy_scanner.cc96 bool LowEnergyScanner::StartScan(const ScanSettings& settings, in StartScan() function in bluetooth::LowEnergyScanner
108 hal::BluetoothGattInterface::Get()->StartScan(scanner_id_); in StartScan()
Dlow_energy_scanner.h74 bool StartScan(const ScanSettings& settings,
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc273 EXPECT_FALSE(le_scanner_->StartScan(settings, filters)); in TEST_F()
280 EXPECT_TRUE(le_scanner_->StartScan(settings, filters)); in TEST_F()
321 ASSERT_TRUE(le_scanner_->StartScan(settings, filters)); in TEST_F()
/system/bt/service/hal/
Dbluetooth_gatt_interface.h248 bt_status_t StartScan(int client_id);
Dbluetooth_gatt_interface.cc778 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan() function in bluetooth::hal::BluetoothGattInterface
/system/bt/service/client/
Dmain.cc943 ble_scanner_iface->StartScan(ble_scanner_id.load(), settings, filters, in HandleStartLeScan()