We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57de64 commit 714ba94Copy full SHA for 714ba94
libraries/BLE/src/BLERemoteCharacteristic.cpp
@@ -39,6 +39,7 @@ BLERemoteCharacteristic::BLERemoteCharacteristic(
39
m_charProp = charProp;
40
m_pRemoteService = pRemoteService;
41
m_notifyCallback = nullptr;
42
+ m_rawData = nullptr;
43
44
retrieveDescriptors(); // Get the descriptors for this characteristic
45
log_v("<< BLERemoteCharacteristic");
0 commit comments