mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix header inclusion of DiscoveredCharacteristicDescriptor.
parent
c022c4a8f0
commit
97995b8de9
|
@ -22,7 +22,7 @@
|
||||||
#include "GattAttribute.h"
|
#include "GattAttribute.h"
|
||||||
#include "GattClient.h"
|
#include "GattClient.h"
|
||||||
#include "CharacteristicDescriptorDiscovery.h"
|
#include "CharacteristicDescriptorDiscovery.h"
|
||||||
#include "ble/DiscoveredCharacteristicDescriptor.h"
|
#include "DiscoveredCharacteristicDescriptor.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Representation of a characteristic discovered during a GattClient
|
* @brief Representation of a characteristic discovered during a GattClient
|
||||||
|
|
Loading…
Reference in New Issue