8000
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 2dcd6aa commit 4cfef4dCopy full SHA for 4cfef4d
cpp_utils/BLEUUID.h
@@ -24,7 +24,7 @@ class BLEUUID {
24
BLEUUID(uint8_t* pData, size_t size, bool msbFirst);
25
BLEUUID(esp_gatt_id_t gattId);
26
BLEUUID();
27
- int bitSize(); // Get the number of bits in this uuid.
+ uint8_t bitSize(); // Get the number of bits in this uuid.
28
bool equals(BLEUUID uuid);
29
esp_bt_uuid_t* getNative();
30
BLEUUID to128();
0 commit comments