Searched defs:StopScan (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/hci/facade/ | ||
D | le_scanning_manager_facade.proto | 9 rpc StopScan(google.protobuf.Empty) returns (ScanStoppedMsg) {} rpc |
D | le_scanning_manager_facade.cc | 57 ::grpc::Status StopScan(::grpc::ServerContext* context, const ::google::protobuf::Empty*, in StopScan() function in bluetooth::hci::facade::LeScanningManagerFacadeService |
/system/bt/service/common/android/bluetooth/ | ||
D | IBluetoothLeScanner.aidl | 31 boolean StopScan(int client_id); in StopScan() method |
/system/bt/service/ipc/binder/ | ||
D | bluetooth_le_scanner_binder_server.cc | 88 Status BluetoothLeScannerBinderServer::StopScan(int scanner_id, in StopScan() function in ipc::binder::BluetoothLeScannerBinderServer |
/system/bt/service/ | ||
D | low_energy_scanner.cc | 118 bool LowEnergyScanner::StopScan() { in StopScan() function in bluetooth::LowEnergyScanner |
/system/bt/service/hal/ | ||
D | bluetooth_gatt_interface.cc | 801 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan() function in bluetooth::hal::BluetoothGattInterface |