summaryrefslogtreecommitdiff
path: root/include/bluetooth_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bluetooth_private.h')
-rw-r--r--include/bluetooth_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bluetooth_private.h b/include/bluetooth_private.h
index c55a8fe..11731cf 100644
--- a/include/bluetooth_private.h
+++ b/include/bluetooth_private.h
@@ -84,8 +84,12 @@ typedef enum
BT_EVENT_AVRCP_SCAN_MODE_CHANGED, /**< AVRCP scan mode change callback */
BT_EVENT_HID_CONNECTION_STATUS, /**< HID connection status callback */
BT_EVENT_DEVICE_CONNECTION_STATUS, /**< Device connection status callback */
+ BT_EVENT_GATT_CONNECTION_STATUS, /** < GATT connection status callback */
+ BT_EVENT_GATT_RSSI_VALUE, /** < RSSI value for remote device */
BT_EVENT_GATT_CHARACTERISTIC_DISCOVERED, /**< GATT characteristic discovered callback */
BT_EVENT_GATT_VALUE_CHANGED, /**< GATT characteristic value changed callback */
+ BT_EVENT_GATT_READ_CHARACTERISTIC, /**< GATT characteristic value read callback */
+ BT_EVENT_GATT_WRITE_CHARACTERISTIC, /**< GATT characteristic value read callback */
} bt_event_e;
/**