mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Switch Connect() to use BlePeripheral::UniqueId.
PiperOrigin-RevId: 756821680
This commit is contained in:
committed by
Copybara-Service
parent
5869bbbf6e
commit
16839afa18
@@ -607,7 +607,8 @@ class BleMedium {
|
||||
// On error, returns nullptr.
|
||||
virtual std::unique_ptr<BleSocket> Connect(
|
||||
const std::string& service_id, TxPowerLevel tx_power_level,
|
||||
BlePeripheral& peripheral, CancellationFlag* cancellation_flag) = 0;
|
||||
BlePeripheral::UniqueId peripheral_id,
|
||||
CancellationFlag* cancellation_flag) = 0;
|
||||
|
||||
// Connects to a BLE peripheral over L2CAP.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user