MariuszSkamra commented on code in PR #1677:
URL: https://github.com/apache/mynewt-nimble/pull/1677#discussion_r1603137666


##########
nimble/host/audio/include/audio/ble_audio.h:
##########
@@ -536,17 +536,8 @@ struct ble_audio_broadcast_name {
 /** BLE Audio event: BASS - Remote Scan Started */
 #define BLE_AUDIO_EVENT_BASS_REMOTE_SCAN_STARTED             4
 
-/** BLE Audio event: BASS - Add Source */

Review Comment:
   not applicable



##########
nimble/host/src/ble_hs_hci_evt.c:
##########
@@ -65,10 +65,14 @@ static ble_hs_hci_evt_le_fn 
ble_hs_hci_evt_le_periodic_adv_rpt;
 static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_periodic_adv_sync_lost;
 static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_scan_req_rcvd;
 static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_periodic_adv_sync_transfer;
-#if MYNEWT_VAL(BLE_ISO_BROADCASTER)
+#if MYNEWT_VAL(BLE_ISO_BROADCAST_SOURCE)
 static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_create_big_complete;
 static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_terminate_big_complete;
 #endif
+#if MYNEWT_VAL(BLE_ISO_BROADCAST_SINK)
+static ble_hs_hci_evt_le_fn ble_hs_hci_evt_le_big_sync_extablished;

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to