Searched refs:remote_device (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dconnection.h12 #include "components/proximity_auth/remote_device.h"
29 // Constructs a connection to the given |remote_device|.
30 explicit Connection(const RemoteDevice& remote_device);
44 const RemoteDevice& remote_device() const { return remote_device_; } function in class:proximity_auth::Connection
H A Dconnection.cc13 Connection::Connection(const RemoteDevice& remote_device) argument
14 : remote_device_(remote_device),
H A Dbluetooth_connection.cc11 #include "components/proximity_auth/remote_device.h"
22 BluetoothConnection::BluetoothConnection(const RemoteDevice& remote_device, argument
24 : Connection(remote_device), uuid_(uuid), weak_ptr_factory_(this) {
91 if (device->GetAddress() != remote_device().bluetooth_address)
118 const std::string address = remote_device().bluetooth_address;
150 << remote_device().bluetooth_address;
H A Dbluetooth_connection.h32 // |remote_device|. The |remote_device| must already be known to the system
34 BluetoothConnection(const RemoteDevice& remote_device,
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h657 SDP_API extern UINT16 SDP_DiDiscover (BD_ADDR remote_device,
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc123 scoped_refptr<RemoteDevice> remote_device = local
125 remote_devices_.push_back(remote_device);
126 for (RemoteBrowsers::iterator it = remote_device->browsers().begin();
127 it != remote_device->browsers().end(); ++it) {
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c942 UINT16 SDP_DiDiscover( BD_ADDR remote_device, tSDP_DISCOVERY_DB *p_db, argument
956 if ( SDP_ServiceSearchRequest(remote_device, p_db, p_cb) )
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1187 void BTA_DmDiDiscover( BD_ADDR remote_device, tBTA_DISCOVERY_DB *p_db, argument
1194 bdcpy(p_msg->bd_addr, remote_device);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1574 tBTA_STATUS BTA_DmGetCachedRemoteName(BD_ADDR remote_device, UINT8 **pp_cached_name);
1928 BTA_API extern void BTA_DmDiDiscover( BD_ADDR remote_device, tBTA_DISCOVERY_DB *p_db,

Completed in 407 milliseconds