HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothGattConnection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_connection.cc 9 BluetoothGattConnection::BluetoothGattConnection() {
12 BluetoothGattConnection::~BluetoothGattConnection() {
bluetooth_gatt_connection.h 14 // BluetoothGattConnection represents a GATT connection to a Bluetooth device
17 // active BluetoothGattConnection object. BluetoothGattConnection objects
20 class BluetoothGattConnection {
25 // BluetoothGattConnection::Close to make sure that they are notified of
27 virtual ~BluetoothGattConnection();
42 BluetoothGattConnection();
45 DISALLOW_COPY_AND_ASSIGN(BluetoothGattConnection);

Completed in 35 milliseconds