szymon-czapracki commented on code in PR #2019:
URL: https://github.com/apache/mynewt-nimble/pull/2019#discussion_r2048577004


##########
nimble/host/src/ble_eatt.c:
##########
@@ -75,7 +76,14 @@ static struct ble_gap_event_listener ble_eatt_listener;
 static struct ble_npl_event g_read_sup_cl_feat_ev;
 
 static void ble_eatt_setup_cb(struct ble_npl_event *ev);
-static void ble_eatt_start(uint16_t conn_handle);
+
+struct os_callout eatt_conn_timer;

Review Comment:
   Done



##########
nimble/host/src/ble_eatt.c:
##########
@@ -75,7 +76,14 @@ static struct ble_gap_event_listener ble_eatt_listener;
 static struct ble_npl_event g_read_sup_cl_feat_ev;
 
 static void ble_eatt_setup_cb(struct ble_npl_event *ev);
-static void ble_eatt_start(uint16_t conn_handle);
+
+struct os_callout eatt_conn_timer;
+
+struct conn_cb_arg {
+    uint16_t conn_handle;
+};
+
+static struct conn_cb_arg conn_cb_arg;

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to