We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec83c8a commit 14fd996Copy full SHA for 14fd996
src/utility/GAP.h
@@ -77,7 +77,7 @@ class GAPClass {
77
78
uint16_t _serviceDataUuid;
79
const uint8_t* _serviceData;
80
- int _serviceDataLength;
+ uint32_t _serviceDataLength;
81
82
BLEDeviceEventHandler _discoverEventHandler;
83
BLELinkedList<BLEDevice*> _discoveredDevices;
0 commit comments