mirror of https://github.com/ARMmbed/mbed-os.git
BLE - Fix conditional directive.
parent
eeca03f952
commit
74bc6774f9
|
|
@ -112,9 +112,6 @@ public:
|
|||
* @see BLEInstanceBase::getGattClient
|
||||
*/
|
||||
virtual impl::GenericGattClientImpl &getGattClient();
|
||||
#endif // BLE_FEATURE_GATT_CLIENT
|
||||
|
||||
#if BLE_FEATURE_SECURITY
|
||||
|
||||
/**
|
||||
* Get the PAL Gatt Client.
|
||||
|
|
@ -122,7 +119,9 @@ public:
|
|||
* @return PAL Gatt Client.
|
||||
*/
|
||||
impl::PalGattClientImpl &getPalGattClient();
|
||||
#endif // BLE_FEATURE_GATT_CLIENT
|
||||
|
||||
#if BLE_FEATURE_SECURITY
|
||||
/**
|
||||
* @see BLEInstanceBase::getSecurityManager
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue