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 172e969 commit f872dfaCopy full SHA for f872dfa
connectivity/FEATURE_BLE/source/generic/GapImpl.h
@@ -990,9 +990,9 @@ class Gap :
990
BitArray<BLE_GAP_MAX_ADVERTISING_SETS> _adv_started_from_refresh;
991
992
993
- bool _user_manage_connection_parameter_requests : 1;
+ bool _user_manage_connection_parameter_requests;
994
#if BLE_ROLE_OBSERVER
995
- bool _scan_parameters_set : 1;
+ bool _scan_parameters_set;
996
#endif // BLE_ROLE_OBSERVER
997
998
};
0 commit comments