Searched refs:device_address (Results 26 - 45 of 45) sorted by last modified time

12

/external/chromium_org/device/bluetooth/
H A Dbluetooth_task_manager_win.h175 // Discover Bluetooth Classic services for the given |device_address|.
177 const std::string& device_address,
182 // Discover Bluetooth Classic services for the given |device_address|.
185 const std::string& device_address,
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_connection.cc12 const std::string& device_address) {
13 ON_CALL(*this, GetDeviceAddress()).WillByDefault(Return(device_address));
11 MockBluetoothGattConnection( const std::string& device_address) argument
H A Dmock_bluetooth_gatt_connection.h15 MockBluetoothGattConnection(const std::string& device_address);
/external/chromium_org/device/usb/
H A Dusb_device_impl.cc143 std::string device_address = local
156 if (!value || device_address != value) {
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc148 BluetoothDevice* device = adapter->GetDevice(params->device_address);
H A Dbluetooth_private_api.cc250 const std::string& device_address = options.device.address; local
251 device::BluetoothDevice* device = adapter->GetDevice(device_address);
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_api.cc169 params->device_address,
206 params->device_address,
275 if (!event_router->GetServices(params->device_address, &service_list)) {
H A Dbluetooth_low_energy_apitest.cc245 const std::string& device_address,
248 new testing::NiceMock<MockBluetoothGattConnection>(device_address);
244 CreateGattConnection( const std::string& device_address, bool expect_disconnect) argument
H A Dbluetooth_low_energy_event_router.cc48 out->device_address.reset(
210 const std::string& device_address,
221 const std::string connect_id = extension_id + device_address;
229 FindConnection(extension_id, device_address);
232 VLOG(1) << "Application already connected to device: " << device_address;
238 RemoveConnection(extension_id, device_address);
241 BluetoothDevice* device = adapter_->GetDevice(device_address);
243 VLOG(1) << "Bluetooth device not found: " << device_address;
254 device_address,
259 device_address,
207 Connect( bool persistent, const Extension* extension, const std::string& device_address, const base::Closure& callback, const ErrorCallback& error_callback) argument
263 Disconnect( const Extension* extension, const std::string& device_address, const base::Closure& callback, const ErrorCallback& error_callback) argument
300 GetServices( const std::string& device_address, ServiceList* out_services) const argument
1228 OnCreateGattConnection( bool persistent, const std::string& extension_id, const std::string& device_address, const base::Closure& callback, scoped_ptr<BluetoothGattConnection> connection) argument
1252 OnDisconnect( const std::string& extension_id, const std::string& device_address, const base::Closure& callback) argument
1263 << extension_id << ", device: " << device_address; local
1276 OnConnectError( const std::string& extension_id, const std::string& device_address, const ErrorCallback& error_callback, BluetoothDevice::ConnectErrorCode error_code) argument
1346 FindConnection( const std::string& extension_id, const std::string& device_address) argument
1371 RemoveConnection( const std::string& extension_id, const std::string& device_address) argument
[all...]
H A Dbluetooth_low_energy_event_router.h84 // Creates a GATT connection to the device with address |device_address| for
92 const std::string& device_address,
97 // device with address |device_address|. |error_callback| is called with an
102 const std::string& device_address,
107 // associated with the Bluetooth device with address |device_address| in
115 bool GetServices(const std::string& device_address,
310 const std::string& device_address,
316 const std::string& device_address,
325 const std::string& device_address,
350 // |device_address| fro
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc44 const std::string& device_address,
48 device_address_(device_address),
65 const std::string& device_address,
73 device_address_ = device_address;
41 BluetoothApiSocket( const std::string& owner_extension_id, scoped_refptr<device::BluetoothSocket> socket, const std::string& device_address, const device::BluetoothUUID& uuid) argument
63 AdoptConnectedSocket( scoped_refptr<device::BluetoothSocket> socket, const std::string& device_address, const device::BluetoothUUID& uuid) argument
H A Dbluetooth_api_socket.h42 const std::string& device_address,
47 // |device_address| using the service with UUID |uuid|.
50 const std::string& device_address,
88 const std::string& device_address() const { return device_address_; } function in class:extensions::BluetoothApiSocket
H A Dbluetooth_socket_api.cc56 socket_info->address.reset(new std::string(socket->device_address()));
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util.cc19 void SeekDeviceByAddress(const std::string& device_address, argument
H A Dbluetooth_util.h23 // |device_address|, if possible. Calls the |callback| on success, or the
27 void SeekDeviceByAddress(const std::string& device_address,
H A Dbluetooth_util_chromeos.cc100 // |device_address|, if possible. Returns an indicator of success or an error
103 const std::string& device_address,
112 if (!BluetoothAddressToBdaddr(device_address, &addr.l2_bdaddr)) {
146 void SeekDeviceByAddress(const std::string& device_address, argument
154 device_address,
102 SeekDeviceByAddressImpl( const std::string& device_address, scoped_refptr<base::TaskRunner> task_runner) argument
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.cc409 params->device_address,
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c207 memcpy(evt_data.peer_addr, p_ccb->device_address, BD_ADDR_LEN);
807 p_rec = add_record (p_ccb->p_db, p_ccb->device_address);
H A Dsdp_main.c186 memcpy (&p_ccb->device_address[0], bd_addr, sizeof (BD_ADDR));
561 memcpy (&p_ccb->device_address[0], p_bd_addr, sizeof (BD_ADDR));
H A Dsdpint.h182 BD_ADDR device_address; member in struct:__anon1711

Completed in 272 milliseconds

12