mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
358283607 Do not log names of discovered Bluetooth devices.
This commit is contained in:
@@ -39,9 +39,6 @@ bool BleMedium::StartScanning(
|
||||
auto& context = *pair.first->second;
|
||||
if (pair.second) {
|
||||
context.peripheral = BlePeripheral(&peripheral);
|
||||
NEARBY_LOG(INFO,
|
||||
"Discovered peripheral '%s'",
|
||||
peripheral.GetName().c_str());
|
||||
discovered_peripheral_callback_.peripheral_discovered_cb(
|
||||
context.peripheral, service_id,
|
||||
context.peripheral.GetAdvertisementBytes(service_id),
|
||||
|
||||
Reference in New Issue
Block a user