Initial work on split central support.

This commit is contained in:
Pete Johanson
2020-07-01 22:27:01 -04:00
parent 3796f76c56
commit a165db6358
6 changed files with 258 additions and 12 deletions

View File

@@ -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};