Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h973 int bt_mcc_otc_read_current_group_object(struct bt_conn *conn);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c2195 err = bt_mcc_otc_read_current_group_object(NULL); in test_read_current_group_object()
2204 err = bt_mcc_otc_read_current_group_object(default_conn); in test_read_current_group_object()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c1942 result = bt_mcc_otc_read_current_group_object(default_conn); in cmd_mcc_otc_read_current_group_object()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c3897 int bt_mcc_otc_read_current_group_object(struct bt_conn *conn) in bt_mcc_otc_read_current_group_object() function