mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Format all the files in CL786733783
PiperOrigin-RevId: 786873870
This commit is contained in:
@@ -1302,8 +1302,7 @@ void MediumEnvironment::UnregisterGattServer(api::ble_v2::BleMedium& medium) {
|
||||
}
|
||||
auto& context = it->second;
|
||||
LOG(INFO) << "Unregistered GattServer for peripheral id:"
|
||||
<< context.ble_peripheral_id
|
||||
<< " on medium:" << &medium;
|
||||
<< context.ble_peripheral_id << " on medium:" << &medium;
|
||||
context.gatt_server = nullptr;
|
||||
context.ble_peripheral_id = 0LL;
|
||||
latch.CountDown();
|
||||
|
||||
Reference in New Issue
Block a user