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

Unified Diff: device/bluetooth/bluetooth_adapter_android.h

Issue 1920353002: Implement create attribute API functions for BTLE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api_changes
Patch Set: 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
Index: device/bluetooth/bluetooth_adapter_android.h
diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
index c5ee32e57d057a7d2d5e14fc3c8d15d457c34965..c56914888a76c103184bb82e683116ed7a808146 100644
--- a/device/bluetooth/bluetooth_adapter_android.h
+++ b/device/bluetooth/bluetooth_adapter_android.h
@@ -85,6 +85,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
std::unique_ptr<BluetoothAdvertisement::Data> advertisement_data,
const CreateAdvertisementCallback& callback,
const CreateAdvertisementErrorCallback& error_callback) override;
+ BluetoothLocalGattService* GetGattService(
+ const std::string& identifier) const override;
// Called when adapter state changes.
void OnAdapterStateChanged(JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698