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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 23 static bool IsBluetoothAdapterAvailable();
bluetooth_adapter_factory.cc 56 bool BluetoothAdapterFactory::IsBluetoothAdapterAvailable() {
72 DCHECK(IsBluetoothAdapterAvailable());
  /external/chromium_org/components/proximity_auth/
bluetooth_connection.cc 38 if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
bluetooth_connection_unittest.cc 209 if (device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable())
  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.cc 347 device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable();
bluetooth_controller_pairing_controller.cc 241 if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service.cc 113 if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable())
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_event_router.cc 64 device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable();
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 183 BluetoothAdapterFactory::IsBluetoothAdapterAvailable();
    [all...]

Completed in 234 milliseconds