sjanc commented on code in PR #1714:
URL: https://github.com/apache/mynewt-nimble/pull/1714#discussion_r1508613063


##########
apps/btshell/src/cmd_leaudio.c:
##########
@@ -17,13 +17,13 @@
  * under the License.
  */
 
-#include "host/ble_audio_broadcast_source.h"
 #include "cmd_leaudio.h"
 #include "btshell.h"
 #include "console/console.h"
 #include "errno.h"
 
-#if (MYNEWT_VAL(BLE_ISO_BROADCAST_SOURCE))
+#if (MYNEWT_VAL(BLE_AUDIO))
+#include "audio/ble_audio_bcst_source.h"

Review Comment:
   I'm not very happy with this bcst abbreviation...



##########
nimble/host/syscfg.yml:
##########
@@ -440,6 +440,11 @@ syscfg.defs:
             that have been enabled in the stack, such as GATT support.
         value: 0
 
+    BLE_AUDIO:
+        description: 'This option enables Bluetooth LE Audio support'
+        value: 0

Review Comment:
   mark this as experimental



-- 
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: commits-unsubscr...@mynewt.apache.org

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

Reply via email to