aboutsummaryrefslogtreecommitdiffstats
path: root/ble.h
diff options
context:
space:
mode:
Diffstat (limited to 'ble.h')
-rw-r--r--ble.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ble.h b/ble.h
new file mode 100644
index 0000000..634191e
--- /dev/null
+++ b/ble.h
@@ -0,0 +1,13 @@
+struct ble {
+ bdaddr_t src_addr, dst_addr;
+ int sec;
+ uint8_t dst_type;
+
+ int fd;
+
+ struct bt_att *att;
+ struct gatt_db *db;
+ struct bt_gatt_client *gatt;
+};
+
+