Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ onWrite
Method
onWrite
src/modules/ble/ble_common.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
class MyCallbacks : public BLECharacteristicCallbacks {
39
NimBLEAttValue data;
40
void onWrite(NimBLECharacteristic *pCharacteristic) { data = pCharacteristic->getValue(); }
41
};
42
43
uint8_t sta_mac[6];
Callers
1
setupUsbCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected