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.c198 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
202 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
208 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
574 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
578 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
585 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
684 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + in ZTEST_F() local
688 if (ase_cnt > UINT8_MAX) { in ZTEST_F()
695 (uint8_t)ase_cnt, /* Number_of_ASEs */ in ZTEST_F()
861 const uint16_t ase_cnt = CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT + 1; in ZTEST_F() local
[all …]