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

  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergy.h 81 virtual bool StartScan(
134 bool StartScan(
IBluetoothLowEnergy.cpp 115 bool result = StartScan(client_id, *settings, filters);
234 bool BpBluetoothLowEnergy::StartScan(
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 53 bool StartScan(
bluetooth_low_energy_binder_server.cpp 106 bool BluetoothLowEnergyBinderServer::StartScan(
119 return client->StartScan(settings, filters);
  /system/bt/service/hal/
bluetooth_gatt_interface.h 275 bt_status_t StartScan(int client_id);
bluetooth_gatt_interface.cpp 911 bt_status_t BluetoothGattInterface::StartScan(int client_id) {
  /system/bt/service/
low_energy_client.h 104 bool StartScan(const ScanSettings& settings,
low_energy_client.cpp 412 bool LowEnergyClient::StartScan(const ScanSettings& settings,
424 StartScan(client_id_);
  /system/bt/service/test/
gatt_client_unittest.cpp 186 hal::BluetoothGattInterface::Get()->StartScan(i);
low_energy_client_unittest.cpp 879 EXPECT_FALSE(le_client_->StartScan(settings, filters));
888 EXPECT_TRUE(le_client_->StartScan(settings, filters));
    [all...]
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]
  /system/bt/service/client/
main.cpp 684 bool status = ble_iface->StartScan(ble_client_id.load(), settings, filters);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 1007 milliseconds