| Index: device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
|
| diff --git a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
|
| index 2cc9eb7be148850b3e66989560e7438f8e7aa607..286f71770e65133c7a93cf3d57c224e29e61ec31 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
|
| +++ b/device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm
|
| @@ -189,7 +189,7 @@ CBCharacteristicProperties GattCharacteristicPropertyToCBCharacteristicProperty(
|
| error:nil];
|
| }
|
|
|
| -- (void)simulateDescriptorWithUUID:(CBUUID*)uuid {
|
| +- (void)addDescriptorWithUUID:(CBUUID*)uuid {
|
| scoped_nsobject<MockCBDescriptor> descriptor_mock([[MockCBDescriptor alloc]
|
| initWithCharacteristic:self.characteristic
|
| CBUUID:uuid]);
|
|
|