mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix several race conditions
The fixes are specific to unit test environment. PiperOrigin-RevId: 546342096
This commit is contained in:
committed by
Copybara-Service
parent
61820e49fb
commit
ca9bbd3a9c
@@ -353,7 +353,7 @@ class MediumEnvironment {
|
||||
Borrowable<api::ble_v2::GattServer*> gatt_server);
|
||||
void UnregisterGattServer(api::ble_v2::BleMedium& medium);
|
||||
|
||||
Borrowable<api::ble_v2::GattServer*>* GetGattServer(
|
||||
Borrowable<api::ble_v2::GattServer*> GetGattServer(
|
||||
api::ble_v2::BlePeripheral& peripheral);
|
||||
|
||||
// Configures the BluetoothPairingContext for remote BluetoothDevice.
|
||||
|
||||
Reference in New Issue
Block a user