mirror of https://github.com/ARMmbed/mbed-os.git
convert bitfield to bools
parent
172e9697da
commit
f872dfa5ca
|
@ -990,9 +990,9 @@ private:
|
||||||
BitArray<BLE_GAP_MAX_ADVERTISING_SETS> _adv_started_from_refresh;
|
BitArray<BLE_GAP_MAX_ADVERTISING_SETS> _adv_started_from_refresh;
|
||||||
|
|
||||||
|
|
||||||
bool _user_manage_connection_parameter_requests : 1;
|
bool _user_manage_connection_parameter_requests;
|
||||||
#if BLE_ROLE_OBSERVER
|
#if BLE_ROLE_OBSERVER
|
||||||
bool _scan_parameters_set : 1;
|
bool _scan_parameters_set;
|
||||||
#endif // BLE_ROLE_OBSERVER
|
#endif // BLE_ROLE_OBSERVER
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue