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.
2 parents 84ee9cc + 2e64b71 commit cf60266Copy full SHA for cf60266
features/FEATURE_BLE/ble/pal/GapTypes.h
@@ -473,7 +473,7 @@ struct address_t {
473
/**
474
* Size in byte of a mac address.
475
*/
476
- static uint8_t size() {
+ uint8_t size() const {
477
return sizeof(value);
478
}
479
@@ -543,7 +543,7 @@ struct advertising_data_t {
543
544
* Return (fixed) size of advertising data.
545
546
547
548
549
0 commit comments