| Index: device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| index 5bc02457f53be705fc48a2b785178cdce2f844e6..055d64e4d7c11ee583388378ab97310c002163d0 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| @@ -23,6 +23,9 @@
|
| @property(nonatomic, assign) id<CBCentralManagerDelegate> delegate;
|
| @property(nonatomic, assign) CBCentralManagerState state;
|
| @property(nonatomic, assign) device::BluetoothTestMac* bluetoothTestMac;
|
| +@property(nonatomic, assign) NSArray* connected_peripherals;
|
| +
|
| +- (NSArray*)retrieveConnectedPeripheralsWithServices:(NSArray*)serviceUUIDs;
|
|
|
| - (void)scanForPeripheralsWithServices:(NSArray*)serviceUUIDs
|
| options:(NSDictionary*)options;
|
|
|