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

Function peripheral_on_tp10

src/board_controller/muse/muse.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void peripheral_on_tp10 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
37 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)
38{
39 ((Muse *)(board))->peripheral_on_eeg (peripheral, service, characteristic, data, size, 3);
40}
41
42void peripheral_on_accel (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
43 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