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

Unified Diff: device/bluetooth/bluez/bluetooth_adapter_bluez.h

Issue 2483783005: bluetooth: bluez: Implement RetrieveGattConnectedDevicesWithDiscoveryFilter (Closed)
Patch Set: Clean up 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
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
index 33f108383c6173f529d7a0a49b1a317661256870..58f12f0eab09231ac638f5848d256b8b409bf51e 100644
--- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
@@ -37,6 +37,7 @@ class TimeDelta;
} // namespace base
namespace device {
+class BluetoothDevice;
class BluetoothSocketThread;
class BluetoothTestBlueZ;
} // namespace device
@@ -105,6 +106,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
const ErrorCallback& error_callback) override;
uint32_t GetDiscoverableTimeout() const;
bool IsDiscovering() const override;
+ std::unordered_map<device::BluetoothDevice*, device::BluetoothDevice::UUIDSet>
+ RetrieveGattConnectedDevicesWithDiscoveryFilter(
+ const device::BluetoothDiscoveryFilter& discovery_filter) override;
void CreateRfcommService(
const device::BluetoothUUID& uuid,
const ServiceOptions& options,
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698