diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-01 22:27:01 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | a165db63586f37531d5050623bc5a7bc96793d49 (patch) | |
tree | f0d9ce8d16642944cb1037feff292d3dc8899409 /app/src/ble.c | |
parent | 3796f76c56d42ca9b4fd36edae7f6bf6656009b9 (diff) |
Initial work on split central support.
Diffstat (limited to 'app/src/ble.c')
-rw-r--r-- | app/src/ble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/ble.c b/app/src/ble.c index 94a23da..8b43cdd 100644 --- a/app/src/ble.c +++ b/app/src/ble.c @@ -12,7 +12,7 @@ #include <bluetooth/gatt.h> #include <zmk/keys.h> -#include <zmk/split/bluetooth/service.h> +#include <zmk/split/bluetooth/uuid.h> static struct bt_conn *auth_passkey_entry_conn; static u8_t passkey_entries[6] = {0, 0, 0, 0, 0, 0}; |