Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h955 int bt_mcc_otc_read_current_track_object(struct bt_conn *conn);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c1917 err = bt_mcc_otc_read_current_track_object(NULL); in test_read_current_track_object()
1926 err = bt_mcc_otc_read_current_track_object(default_conn); in test_read_current_track_object()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c1876 result = bt_mcc_otc_read_current_track_object(default_conn); in cmd_mcc_otc_read_current_track_object()
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c3793 int bt_mcc_otc_read_current_track_object(struct bt_conn *conn) in bt_mcc_otc_read_current_track_object() function