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

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 180 virtual void StartNotifySession(const NotifySessionCallback& callback,
bluetooth_remote_gatt_characteristic_chromeos.h 64 virtual void StartNotifySession(const NotifySessionCallback& callback,
126 // Calls StartNotifySession for each queued request.
142 // Calls to StartNotifySession that are pending. This can happen during the
bluetooth_gatt_chromeos_unittest.cc     [all...]
bluetooth_remote_gatt_characteristic_chromeos.cc 73 // Report an error for all pending calls to StartNotifySession.
227 void BluetoothRemoteGattCharacteristicChromeOS::StartNotifySession(
473 StartNotifySession(callbacks.first, callbacks.second);
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.h 46 MOCK_METHOD2(StartNotifySession,
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 655 EXPECT_CALL(*chrc0_, StartNotifySession(_, _))
660 EXPECT_CALL(*chrc2_, StartNotifySession(_, _))
    [all...]
bluetooth_low_energy_event_router.cc 677 characteristic->StartNotifySession(
    [all...]

Completed in 125 milliseconds