HomeSort by relevance Sort by last modified time
    Searched full:notifysessioncallback (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.h 47 void(const NotifySessionCallback&, const ErrorCallback&));
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.h 64 virtual void StartNotifySession(const NotifySessionCallback& callback,
108 void OnStartNotifySuccess(const NotifySessionCallback& callback);
144 typedef std::pair<NotifySessionCallback, ErrorCallback>
bluetooth_gatt_characteristic.h 87 // The NotifySessionCallback is used to return sessions after they have
90 NotifySessionCallback;
180 virtual void StartNotifySession(const NotifySessionCallback& callback,
bluetooth_gatt_chromeos_unittest.cc 356 void NotifySessionCallback(scoped_ptr<BluetoothGattNotifySession> session) {
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.cc 228 const NotifySessionCallback& callback,
405 const NotifySessionCallback& callback) {

Completed in 134 milliseconds