| Index: device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| index 9749322a4d1b350d1cbbaedced94d55cef485d47..05126b0fb097a6a82db2550bb58d3c47c3b6b845 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.h
|
| @@ -48,6 +48,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattDescriptorMac
|
|
|
| // Returns CoreBluetooth descriptor.
|
| CBDescriptor* GetCBDescriptor() const;
|
| + // Returns a description for the descriptor, that should be used for logs.
|
| + std::string ToString() const;
|
| // gatt_characteristic_ owns instances of this class.
|
| BluetoothRemoteGattCharacteristicMac* gatt_characteristic_;
|
| // Descriptor from CoreBluetooth.
|
|
|