mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix miscellaneous typos in the comments or logging.
PiperOrigin-RevId: 454649199
This commit is contained in:
@@ -203,7 +203,7 @@ bool BleV2Medium::StartScanning(const Uuid& service_uuid,
|
||||
advertisement_received_token_ =
|
||||
watcher_.Received({this, &BleV2Medium::AdvertisementReceivedHandler});
|
||||
|
||||
// Active mode indicates that scan request packes will be sent to query for
|
||||
// Active mode indicates that scan request packets will be sent to query for
|
||||
// Scan Response
|
||||
watcher_.ScanningMode(BluetoothLEScanningMode::Active);
|
||||
watcher_.Start();
|
||||
|
||||
Reference in New Issue
Block a user