MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / peripheral_on_ppg1

Function peripheral_on_ppg1

src/board_controller/muse/muse.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void peripheral_on_ppg1 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
61 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)
62{
63 ((Muse *)(board))->peripheral_on_ppg (peripheral, service, characteristic, data, size, 1);
64}
65
66void peripheral_on_ppg2 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
67 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)

Callers

nothing calls this directly

Calls 1

peripheral_on_ppgMethod · 0.80

Tested by

no test coverage detected