| 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..6a7436f08d9c05b4c1a1332b214e0310ae8c49cb 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h
|
| @@ -32,6 +32,8 @@
|
| - (void)connectPeripheral:(CBPeripheral*)peripheral
|
| options:(NSDictionary*)options;
|
|
|
| +- (void)setConnectedMockPeripherals:(NSArray*)peripheral;
|
| +
|
| @end
|
|
|
| #endif // DEVICE_BLUETOOTH_MOCK_BLUETOOTH_CENTRAL_MANAGER_MAC_H_
|
|
|