HomeSort by relevance Sort by last modified time
    Searched full:devicesdiscovered (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.h 66 virtual void DevicesDiscovered(
bluetooth_task_manager_win.h 67 virtual void DevicesDiscovered(const ScopedVector<DeviceState>& devices) {}
bluetooth_adapter_win_unittest.cc 478 TEST_F(BluetoothAdapterWinTest, DevicesDiscovered) {
493 adapter_win_->DevicesDiscovered(devices);
bluetooth_adapter_win.cc 183 void BluetoothAdapterWin::DevicesDiscovered(
bluetooth_task_manager_win.cc 202 DevicesDiscovered(*devices));

Completed in 78 milliseconds