mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
internal cleanup
PiperOrigin-RevId: 632285218
This commit is contained in:
committed by
Copybara-Service
parent
5d6735371b
commit
ce030a76b6
@@ -122,7 +122,7 @@ bool BleV2::StartAdvertising(const std::string& service_id,
|
||||
|
||||
if (!radio_.IsEnabled()) {
|
||||
NEARBY_LOGS(INFO)
|
||||
<< "Can't start BLE scanning because Bluetooth was never turned on";
|
||||
<< "Can't start BLE advertising because Bluetooth was never turned on";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user