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

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_connection_chromeos.cc 21 device_address_(device_address),
24 DCHECK(!device_address_.empty());
36 return device_address_;
bluetooth_gatt_notify_session_chromeos.cc 25 device_address_(device_address),
30 DCHECK(!device_address_.empty());
84 device::BluetoothDevice* device = adapter_->GetDevice(device_address_);
bluetooth_gatt_connection_chromeos.h 55 std::string device_address_; member in class:chromeos::BluetoothGattConnectionChromeOS
bluetooth_gatt_notify_session_chromeos.h 61 std::string device_address_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
bluetooth_socket_win.h 88 std::string device_address_; member in class:device::BluetoothSocketWin
bluetooth_socket_chromeos.h 163 std::string device_address_; member in class:chromeos::BluetoothSocketChromeOS
bluetooth_gatt_chromeos_unittest.cc 66 device_address_(device->GetAddress()),
72 BluetoothDevice* device = adapter_->GetDevice(device_address_);
81 ASSERT_EQ(device_address_, device->GetAddress());
98 ASSERT_EQ(device_address_, device->GetAddress());
127 std::string device_address_; member in class:chromeos::__anon12237::TestDeviceObserver
143 device_address_(device->GetAddress()),
151 BluetoothDevice* device = adapter_->GetDevice(device_address_);
293 std::string device_address_; member in class:chromeos::__anon12237::TestGattServiceObserver
    [all...]
bluetooth_socket_win.cc 121 device_address_ = service_record_win->address();
211 << "(" << device_address_ << "): "
bluetooth_socket_chromeos.cc 111 device_address_ = device->GetAddress();
222 base::ReplaceChars(device_address_, ":-", "_", &device_address_path);
446 client_socket->device_address_ = device->GetAddress();
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_api_socket.cc 47 device_address_(device_address),
72 device_address_ = device_address;
86 device_address_ = "";
bluetooth_api_socket.h 88 const std::string& device_address() const { return device_address_; }
134 std::string device_address_; member in class:extensions::BluetoothApiSocket

Completed in 1184 milliseconds