We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001d5ed commit a735c24Copy full SHA for a735c24
include/zephyr/bluetooth/audio/bap.h
@@ -640,13 +640,13 @@ struct bt_bap_unicast_server_register_param {
640
/**
641
* @brief Sink Count to register.
642
*
643
- * Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}]
+ * Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}
644
*/
645
uint8_t snk_cnt;
646
647
/** @brief Source Count to register.
648
649
- * Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}]
+ * Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}
650
651
uint8_t src_cnt;
652
};
0 commit comments