File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Original file line Diff line number Diff line change @@ -112,17 +112,16 @@ class BLE : public ::BLEInstanceBase {
112
* @see BLEInstanceBase::getGattClient
112
* @see BLEInstanceBase::getGattClient
113
*/
113
*/
114
virtual impl::GenericGattClientImpl &getGattClient ();
114
virtual impl::GenericGattClientImpl &getGattClient ();
115
- #endif // BLE_FEATURE_GATT_CLIENT
116
-
117
- #if BLE_FEATURE_SECURITY
118
115
119
/* *
116
/* *
120
* Get the PAL Gatt Client.
117
* Get the PAL Gatt Client.
121
*
118
*
122
* @return PAL Gatt Client.
119
* @return PAL Gatt Client.
123
*/
120
*/
124
impl::PalGattClientImpl &getPalGattClient ();
121
impl::PalGattClientImpl &getPalGattClient ();
122
+ #endif // BLE_FEATURE_GATT_CLIENT
125
123
124
+ #if BLE_FEATURE_SECURITY
126
/* *
125
/* *
127
* @see BLEInstanceBase::getSecurityManager
126
* @see BLEInstanceBase::getSecurityManager
128
*/
127
*/
You can’t perform that action at this time.
0 commit comments