MCPcopy 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

38class MyCallbacks : public BLECharacteristicCallbacks {
39 NimBLEAttValue data;
40 void onWrite(NimBLECharacteristic *pCharacteristic) { data = pCharacteristic->getValue(); }
41};
42
43uint8_t sta_mac[6];

Callers 1

setupUsbCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected