Searched refs:BluetoothConnection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc22 BluetoothConnection::BluetoothConnection(const RemoteDevice& remote_device, function in class:proximity_auth::BluetoothConnection
27 BluetoothConnection::~BluetoothConnection() {
31 void BluetoothConnection::Connect() {
46 base::Bind(&BluetoothConnection::OnAdapterInitialized,
50 void BluetoothConnection::Disconnect() {
70 void BluetoothConnection::SendMessageImpl(scoped_ptr<WireMessage> message) {
81 base::WeakPtr<BluetoothConnection> weak_this = weak_ptr_factory_.GetWeakPtr();
84 base::Bind(&BluetoothConnection
[all...]
H A Dbluetooth_connection.h28 class BluetoothConnection : public Connection, class in namespace:proximity_auth
34 BluetoothConnection(const RemoteDevice& remote_device,
36 virtual ~BluetoothConnection();
86 base::WeakPtrFactory<BluetoothConnection> weak_ptr_factory_;
88 DISALLOW_COPY_AND_ASSIGN(BluetoothConnection);
H A Dbluetooth_connection_unittest.cc55 class MockBluetoothConnection : public BluetoothConnection {
58 : BluetoothConnection(kRemoteDevice, device::BluetoothUUID(kUuid)) {}
79 BluetoothConnection::SetStatus(status);
82 using BluetoothConnection::status;
83 using BluetoothConnection::Connect;
84 using BluetoothConnection::DeviceRemoved;
85 using BluetoothConnection::Disconnect;

Completed in 116 milliseconds