| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index 8e9dedc751cea916af1f7805e8b276471359926c..ec127b80a971c423437a9c354973a5cad688c81b 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -31,8 +31,6 @@ namespace device {
|
|
|
| class BluetoothAdapter;
|
| class BluetoothGattConnection;
|
| -class BluetoothRemoteGattCharacteristic;
|
| -class BluetoothRemoteGattDescriptor;
|
| class BluetoothSocket;
|
| class BluetoothUUID;
|
|
|
| @@ -547,14 +545,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| std::vector<BluetoothRemoteGattService*> GetPrimaryServicesByUUID(
|
| const BluetoothUUID& service_uuid);
|
|
|
| - std::vector<BluetoothRemoteGattCharacteristic*> GetCharacteristicsByUUID(
|
| - const std::string& service_instance_id,
|
| - const BluetoothUUID& characteristic_uuid);
|
| -
|
| - std::vector<device::BluetoothRemoteGattDescriptor*> GetDescriptorsByUUID(
|
| - device::BluetoothRemoteGattCharacteristic* characteristic,
|
| - const BluetoothUUID& descriptor_uuid);
|
| -
|
| protected:
|
| // BluetoothGattConnection is a friend to call Add/RemoveGattConnection.
|
| friend BluetoothGattConnection;
|
|
|