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

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session_chromeos.cc 17 BluetoothGattNotifySessionChromeOS::BluetoothGattNotifySessionChromeOS(
39 BluetoothGattNotifySessionChromeOS::~BluetoothGattNotifySessionChromeOS() {
46 std::string BluetoothGattNotifySessionChromeOS::GetCharacteristicIdentifier()
51 bool BluetoothGattNotifySessionChromeOS::IsActive() {
74 void BluetoothGattNotifySessionChromeOS::Stop(const base::Closure& callback) {
101 void BluetoothGattNotifySessionChromeOS::GattCharacteristicRemoved(
109 void BluetoothGattNotifySessionChromeOS::GattCharacteristicPropertyChanged(
bluetooth_gatt_notify_session_chromeos.h 24 // BluetoothGattNotifySessionChromeOS implements
26 class BluetoothGattNotifySessionChromeOS
30 virtual ~BluetoothGattNotifySessionChromeOS();
40 explicit BluetoothGattNotifySessionChromeOS(
73 DISALLOW_COPY_AND_ASSIGN(BluetoothGattNotifySessionChromeOS);

Completed in 41 milliseconds