Implement the set mtu for LE device
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / include / oal-event.h
index 3c224ef..ca6bec5 100644 (file)
@@ -500,6 +500,13 @@ typedef struct {
 
 typedef event_gattc_descriptor_result_t event_gattc_write_data;
 
+typedef struct {
+       oal_status_t status;
+       int conn_id;
+       int mtu;
+} event_gattc_mtu_configured_t;
+
+
 /********* AVRCP CT role callback data structures ******************/
 #define MEDIA_ATTIRBUTE_STRING_LENGTH 100
 typedef struct {