Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h626 bt_mcc_otc_read_current_group_object_cb otc_current_group_object; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c557 mcc_cb.otc_current_group_object = mcc_otc_read_current_group_object_cb; in do_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c657 cb.otc_current_group_object = mcc_otc_read_current_group_object_cb; in cmd_mcc_init()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c3659 if (mcc_cb && mcc_cb->otc_current_group_object) { in on_current_group_content()
3660 mcc_cb->otc_current_group_object(conn, cb_err, &otc_obj_buf); in on_current_group_content()