Skip to content

Commit

Permalink
change(2904|AdvData): Add missing parameter name in declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
thekurtovic authored and h2zero committed Feb 9, 2025
1 parent 51a4423 commit 351f7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NimBLE2904.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class NimBLE2904 : public NimBLEDescriptor {
static const uint8_t FORMAT_OPAQUE = 27;
static const uint8_t FORMAT_MEDASN1 = 28;

void setDescription(uint16_t);
void setDescription(uint16_t description);
void setExponent(int8_t exponent);
void setFormat(uint8_t format);
void setNamespace(uint8_t namespace_value);
Expand Down
2 changes: 1 addition & 1 deletion src/NimBLEAdvertisementData.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NimBLEAdvertisementData {
bool addData(const uint8_t* data, size_t length);
bool addData(const std::vector<uint8_t>& data);
bool setAppearance(uint16_t appearance);
bool setFlags(uint8_t);
bool setFlags(uint8_t flag);
bool addTxPower();
bool setPreferredParams(uint16_t minInterval, uint16_t maxInterval);
bool addServiceUUID(const NimBLEUUID& serviceUUID);
Expand Down

0 comments on commit 351f7c3

Please sign in to comment.