File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class NimBLE2904 : public NimBLEDescriptor {
6868 static const uint8_t FORMAT_OPAQUE = 27 ;
6969 static const uint8_t FORMAT_MEDASN1 = 28 ;
7070
71- void setDescription (uint16_t );
71+ void setDescription (uint16_t description );
7272 void setExponent (int8_t exponent);
7373 void setFormat (uint8_t format);
7474 void setNamespace (uint8_t namespace_value);
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class NimBLEAdvertisementData {
3838 bool addData (const uint8_t * data, size_t length);
3939 bool addData (const std::vector<uint8_t >& data);
4040 bool setAppearance (uint16_t appearance);
41- bool setFlags (uint8_t );
41+ bool setFlags (uint8_t flag );
4242 bool addTxPower ();
4343 bool setPreferredParams (uint16_t minInterval, uint16_t maxInterval);
4444 bool addServiceUUID (const NimBLEUUID& serviceUUID);
You can’t perform that action at this time.
0 commit comments