| 58 | } |
| 59 | |
| 60 | void 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 | |
| 66 | void 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) |
nothing calls this directly
no test coverage detected