Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: content/browser/bluetooth/bluetooth_dispatcher_host.h

Issue 1865613002: bluetooth: Move read value to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-notifications
Patch Set: Address jyasskin's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/bluetooth/bluetooth_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bluetooth/bluetooth_dispatcher_host.h
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
index dfbf80a368ba17e093d67839ebf987a39f77ee9e..7a1756c198a1af8bdfe7e87f1dadedb6fbabcc24 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -177,10 +177,6 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
int frame_routing_id,
const std::string& service_instance_id,
const std::string& characteristics_uuid);
- void OnReadValue(int thread_id,
- int request_id,
- int frame_routing_id,
- const std::string& characteristic_instance_id);
// Callbacks for BluetoothDevice::OnRequestDevice.
// If necessary, the adapter must be obtained before continuing to Impl.
@@ -233,15 +229,6 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
int thread_id,
int request_id);
- // Callbacks for BluetoothGattCharacteristic::ReadRemoteCharacteristic.
- void OnCharacteristicValueRead(int thread_id,
- int request_id,
- const std::vector<uint8_t>& value);
- void OnCharacteristicReadValueError(
- int thread_id,
- int request_id,
- device::BluetoothGattService::GattErrorCode);
-
// Functions to query the platform cache for the bluetooth object.
// result.outcome == CacheQueryOutcome::SUCCESS if the object was found in the
// cache. Otherwise result.outcome that can used to record the outcome and
« no previous file with comments | « no previous file | content/browser/bluetooth/bluetooth_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698