HomeSort by relevance Sort by last modified time
    Searched refs:StopScan (Results 1 - 11 of 11) sorted by null

  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergy.h 85 virtual bool StopScan(int client_id) = 0;
138 bool StopScan(int client_id) override;
IBluetoothLowEnergy.cpp 122 bool result = StopScan(client_id);
258 bool BpBluetoothLowEnergy::StopScan(int client_id) {
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 57 bool StopScan(int client_id) override;
bluetooth_low_energy_binder_server.cpp 122 bool BluetoothLowEnergyBinderServer::StopScan(int client_id) {
132 return client->StopScan();
  /system/bt/service/hal/
bluetooth_gatt_interface.h 276 bt_status_t StopScan(int client_id);
bluetooth_gatt_interface.cpp 936 bt_status_t BluetoothGattInterface::StopScan(int client_id) {
  /system/bt/service/
low_energy_client.h 108 bool StopScan();
low_energy_client.cpp 334 StopScan();
434 bool LowEnergyClient::StopScan() {
441 StopScan(client_id_);
  /system/bt/service/test/
gatt_client_unittest.cpp 189 hal::BluetoothGattInterface::Get()->StopScan(i);
low_energy_client_unittest.cpp 894 EXPECT_TRUE(le_client_->StopScan());
    [all...]
  /system/bt/service/client/
main.cpp 703 bool status = ble_iface->StopScan(ble_client_id.load());

Completed in 99 milliseconds