9297c5f2b4
* Track peripherals by indexes slot, with all appropiate peripheral state stored in the slot. * Event sources tracked by peripheral slot index.
8 lines
No EOL
243 B
C
8 lines
No EOL
243 B
C
|
|
#pragma once
|
|
|
|
#include <bluetooth/addr.h>
|
|
#include <zmk/behavior.h>
|
|
|
|
int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding,
|
|
struct zmk_behavior_binding_event event, bool state); |