Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c416 base_subgroup_count = bt_bap_base_get_subgroup_count(base); in base_store()
1054 bt_bap_base_get_subgroup_count((const struct bt_bap_base *)received_base); in test_broadcast_reception_start()
1095 bt_bap_base_get_subgroup_count((const struct bt_bap_base *)received_base); in test_broadcast_reception_stop()
Dbap_broadcast_sink_test.c239 bt_bap_base_get_subgroup_count(base), sink); in base_recv_cb()
Dcap_acceptor_test.c150 ret = bt_bap_base_get_subgroup_count(base); in base_recv_cb()
/Zephyr-latest/tests/bluetooth/audio/bap_base/src/
Dmain.c209 ret = bt_bap_base_get_subgroup_count(base); in ZTEST_F()
217 ret = bt_bap_base_get_subgroup_count(NULL); in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c292 int bt_bap_base_get_subgroup_count(const struct bt_bap_base *base) in bt_bap_base_get_subgroup_count() function
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c157 base_subgroup_count = bt_bap_base_get_subgroup_count(base); in base_store()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h1961 int bt_bap_base_get_subgroup_count(const struct bt_bap_base *base);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h921 bt_shell_print("Subgroup count: %d", bt_bap_base_get_subgroup_count(base)); in print_base()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c328 bt_bap_base_get_subgroup_count(base), sink); in base_recv_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c916 sink, bt_bap_base_get_subgroup_count(base)); in base_recv_cb()