From 475922ce345bb0443cf4fdef00efa86676a1bf62 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 00:41:49 +0100 Subject: fish --- ble.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ble.h (limited to 'ble.h') 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; +}; + + -- cgit v1.2.3