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

Function peripheral_on_af7

src/board_controller/muse/muse.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void peripheral_on_af7 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
25 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)
26{
27 ((Muse *)(board))->peripheral_on_eeg (peripheral, service, characteristic, data, size, 1);
28}
29
30void peripheral_on_af8 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
31 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)

Callers

nothing calls this directly

Calls 1

peripheral_on_eegMethod · 0.80

Tested by

no test coverage detected