rymanluk commented on code in PR #1710:
URL: https://github.com/apache/mynewt-nimble/pull/1710#discussion_r1504164819


##########
nimble/host/include/host/ble_iso.h:
##########
@@ -45,6 +53,36 @@ struct ble_iso_big_desc
     uint16_t conn_handle[MYNEWT_VAL(BLE_MAX_BIS)];
 };
 
+/** @brief Received ISO Data status possible values */
+enum ble_iso_rx_data_status {
+    /** The complete SDU was received correctly. */
+    BLE_ISO_DATA_STATUS_VALID = 0,

Review Comment:
   maybe BLE_ISO_DATA_STATUS_VALID =  BLE_HCI_ISO_PKT_STATUS_VALID  ?



-- 
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]

Reply via email to