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

Function peripheral_on_tp9

src/board_controller/muse/muse.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void peripheral_on_tp9 (simpleble_peripheral_t peripheral, simpleble_uuid_t service,
19 simpleble_uuid_t characteristic, const uint8_t *data, size_t size, void *board)
20{
21 ((Muse *)(board))->peripheral_on_eeg (peripheral, service, characteristic, data, size, 0);
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)

Callers

nothing calls this directly

Calls 1

peripheral_on_eegMethod · 0.80

Tested by

no test coverage detected