rymanluk commented on code in PR #1622:
URL: https://github.com/apache/mynewt-nimble/pull/1622#discussion_r1342333578
##########
nimble/host/src/ble_hs.c:
##########
@@ -675,6 +696,24 @@ ble_hs_rx_data(struct os_mbuf *om, void *arg)
return 0;
}
+static int
+ble_hs_rx_iso(struct os_mbuf *om, void *arg)
+{
+ int rc;
+
+ /* If flow control is enabled, mark this packet with its corresponding
+ * connection handle.
+ */
+
+ rc = ble_mqueue_put(&ble_hs_rx_iso_q, ble_hs_evq, om);
Review Comment:
BLE_ISO flag check
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]