summaryrefslogtreecommitdiff
path: root/app/include/zmk/split/bluetooth/service.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-01 22:27:01 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-17 22:43:40 -0400
commita165db63586f37531d5050623bc5a7bc96793d49 (patch)
treef0d9ce8d16642944cb1037feff292d3dc8899409 /app/include/zmk/split/bluetooth/service.h
parent3796f76c56d42ca9b4fd36edae7f6bf6656009b9 (diff)
Initial work on split central support.
Diffstat (limited to 'app/include/zmk/split/bluetooth/service.h')
-rw-r--r--app/include/zmk/split/bluetooth/service.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h
index 694afc1..76af898 100644
--- a/app/include/zmk/split/bluetooth/service.h
+++ b/app/include/zmk/split/bluetooth/service.h
@@ -2,16 +2,5 @@
#include <bluetooth/uuid.h>
-#ifndef BT_UUID_NUM_OF_DIGITALS
-#define BT_UUID_NUM_OF_DIGITALS BT_UUID_DECLARE_16(0x2909)
-#endif
-
-#define ZMK_SPLIT_BT_BASE_UUID 0x2a, 0x48, 0xc2, 0xb1, 0xcf, 0xc5, 0x67, 0xc9, 0x07, 0x71, 0x96, 0x00
-#define ZMK_SPLIT_BT_SERVICE_UUID ZMK_SPLIT_BT_BASE_UUID, 0x00, 0x00, 0x00, 0x00
-#define ZMK_SPLIT_BT_CHAR_POSITION_STATE_UUID ZMK_SPLIT_BT_BASE_UUID, 0x01, 0x00, 0x00, 0x00
-
-#define ZMK_BT_UUID_SPLIT BT_UUID_DECLARE_128(ZMK_SPLIT_BT_SERVICE_UUID)
-#define ZMK_BT_UUID_SPLIT_POS_STATE BT_UUID_DECLARE_128(ZMK_SPLIT_BT_CHAR_POSITION_STATE_UUID)
-
int zmk_split_bt_position_pressed(u8_t position);
int zmk_split_bt_position_released(u8_t position); \ No newline at end of file