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

Unified Diff: device/bluetooth/bluetooth_adapter_android.h

Issue 2377513004: bluetooth:android: Return the advertised name if advertising (Closed)
Patch Set: Format' Created 4 years, 1 month 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 7ebb5055a8702e310ce4bb787c36bd7edc926d0b..17dee4f6ed7cde79f4c57dea4f9ab0fcc7987c1c 100644
--- a/device/bluetooth/bluetooth_adapter_android.h
+++ b/device/bluetooth/bluetooth_adapter_android.h
@@ -103,6 +103,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
const base::android::JavaParamRef<jobject>&
bluetooth_device_wrapper, // Java Type: bluetoothDeviceWrapper
int32_t rssi,
+ const base::android::JavaParamRef<jstring>& advertised_name,
const base::android::JavaParamRef<jobjectArray>&
advertised_uuids, // Java Type: String[]
int32_t tx_power);

Powered by Google App Engine
This is Rietveld 408576698