We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca03f commit 74bc677Copy full SHA for 74bc677
features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h
@@ -112,17 +112,16 @@ class BLE : public ::BLEInstanceBase {
112
* @see BLEInstanceBase::getGattClient
113
*/
114
virtual impl::GenericGattClientImpl &getGattClient();
115
-#endif // BLE_FEATURE_GATT_CLIENT
116
-
117
-#if BLE_FEATURE_SECURITY
118
119
/**
120
* Get the PAL Gatt Client.
121
*
122
* @return PAL Gatt Client.
123
124
impl::PalGattClientImpl &getPalGattClient();
+#endif // BLE_FEATURE_GATT_CLIENT
125
+#if BLE_FEATURE_SECURITY
126
127
* @see BLEInstanceBase::getSecurityManager
128
0 commit comments