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

Function peripheral_on_ppg2

src/board_controller/muse/muse.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
68{
69 ((Muse *)(board))->peripheral_on_ppg (peripheral, service, characteristic, data, size, 2);
70}
71
72void peripheral_on_right_aux (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
73 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