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 8ac6e2c commit 03f44e7Copy full SHA for 03f44e7
features/FEATURE_BLE/ble/BLETypes.h
@@ -719,19 +719,19 @@ class phy_set_t {
719
return (_value & PHY_SET_1M);
720
}
721
722
- bool get_2m() const {
+ bool get_2m() const {
723
return (_value & PHY_SET_2M);
724
725
726
- bool get_coded() const {
+ bool get_coded() const {
727
return (_value & PHY_SET_CODED);
728
729
730
- operator uint8_t() const {
+ operator uint8_t() const {
731
return _value;
732
733
734
- uint8_t value() const const {
+ uint8_t value() const {
735
736
737
0 commit comments