HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothGattNotifySession (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session.cc 9 BluetoothGattNotifySession::BluetoothGattNotifySession() {
12 BluetoothGattNotifySession::~BluetoothGattNotifySession() {
bluetooth_gatt_notify_session.h 14 // A BluetoothGattNotifySession represents an active session for listening
18 class BluetoothGattNotifySession {
21 virtual ~BluetoothGattNotifySession();
31 // are shared among BluetoothGattNotifySession instances -- but it will
36 BluetoothGattNotifySession();
39 DISALLOW_COPY_AND_ASSIGN(BluetoothGattNotifySession);
bluetooth_gatt_characteristic.h 20 class BluetoothGattNotifySession;
89 typedef base::Callback<void(scoped_ptr<BluetoothGattNotifySession>)>
bluetooth_gatt_notify_session_chromeos.h 25 // BluetoothGattNotifySession for the Chrome OS platform.
27 : public device::BluetoothGattNotifySession,
32 // BluetoothGattNotifySession overrides.
bluetooth_remote_gatt_characteristic_chromeos.cc 248 scoped_ptr<device::BluetoothGattNotifySession> session(
419 scoped_ptr<device::BluetoothGattNotifySession> session(
bluetooth_gatt_chromeos_unittest.cc 34 using device::BluetoothGattNotifySession;
381 void NotifySessionCallback(scoped_ptr<BluetoothGattNotifySession> session) {
415 ScopedVector<BluetoothGattNotifySession> update_sessions_;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_notify_session.h 17 // An ApiResource wrapper for a device::BluetoothGattNotifySession
23 scoped_ptr<device::BluetoothGattNotifySession> session);
27 device::BluetoothGattNotifySession* GetSession() const;
47 scoped_ptr<device::BluetoothGattNotifySession> session_;
bluetooth_low_energy_notify_session.cc 23 scoped_ptr<device::BluetoothGattNotifySession> session)
32 device::BluetoothGattNotifySession*
bluetooth_low_energy_event_router.h 36 class BluetoothGattNotifySession;
338 scoped_ptr<device::BluetoothGattNotifySession> session);
346 // Called by BluetoothGattNotifySession in response to a call to Stop.
bluetooth_low_energy_apitest.cc 27 using device::BluetoothGattNotifySession;
634 BluetoothGattNotifySession* session0 =
637 BluetoothGattNotifySession* session1 =
644 InvokeCallbackWithScopedPtrArg<0, BluetoothGattNotifySession>(
649 InvokeCallbackWithScopedPtrArg<0, BluetoothGattNotifySession>(
    [all...]
bluetooth_low_energy_event_router.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_notify_session.h 16 class MockBluetoothGattNotifySession : public BluetoothGattNotifySession {

Completed in 2610 milliseconds