Searched defs:BluetoothGattConnectionChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_connection_chromeos.cc15 BluetoothGattConnectionChromeOS::BluetoothGattConnectionChromeOS( function in class:chromeos::BluetoothGattConnectionChromeOS
30 BluetoothGattConnectionChromeOS::~BluetoothGattConnectionChromeOS() {
35 std::string BluetoothGattConnectionChromeOS::GetDeviceAddress() const {
39 bool BluetoothGattConnectionChromeOS::IsConnected() {
57 void BluetoothGattConnectionChromeOS::Disconnect(
76 void BluetoothGattConnectionChromeOS::DeviceRemoved(
84 void BluetoothGattConnectionChromeOS::DevicePropertyChanged(
H A Dbluetooth_gatt_connection_chromeos.h24 // BluetoothGattConnectionChromeOS implements BluetoothGattConnection for the
26 class BluetoothGattConnectionChromeOS class in namespace:chromeos
30 explicit BluetoothGattConnectionChromeOS(
34 virtual ~BluetoothGattConnectionChromeOS();
61 DISALLOW_COPY_AND_ASSIGN(BluetoothGattConnectionChromeOS);

Completed in 349 milliseconds