Home
last modified time | relevance | path

Searched refs:ase_cnt (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_control_params.c195 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
199 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
205 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
571 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
575 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
582 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
681 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
685 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
692 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
858 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT + 1; in ZTEST_F() local
[all …]