Searched refs:test_ase_get (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/include/ |
D | test_common.h | 11 #define test_ase_snk_get(_num_ase, ...) test_ase_get(BT_UUID_ASCS_ASE_SNK, _num_ase, __VA_ARGS__) 12 #define test_ase_src_get(_num_ase, ...) test_ase_get(BT_UUID_ASCS_ASE_SRC, _num_ase, __VA_ARGS__) 42 uint8_t test_ase_get(const struct bt_uuid *uuid, int num_ase, ...);
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 89 uint8_t test_ase_get(const struct bt_uuid *uuid, int num_ase, ...) in test_ase_get() function
|