Home
last modified time | relevance | path

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

/btstack/test/avrcp/
H A Davrcp_controller_test.c308 status = avrcp_controller_set_repeat_mode(avrcp_cid, AVRCP_REPEAT_MODE_SINGLE_TRACK); in stdin_process()
312 status = avrcp_controller_set_repeat_mode(avrcp_cid, AVRCP_REPEAT_MODE_ALL_TRACKS); in stdin_process()
316 status = avrcp_controller_set_repeat_mode(avrcp_cid, AVRCP_REPEAT_MODE_OFF); in stdin_process()
/btstack/example/
H A Da2dp_sink_demo.c1306 …status = avrcp_controller_set_repeat_mode(avrcp_connection->avrcp_cid, AVRCP_REPEAT_MODE_SINGLE_TR… in stdin_process()
1310 …status = avrcp_controller_set_repeat_mode(avrcp_connection->avrcp_cid, AVRCP_REPEAT_MODE_ALL_TRACK… in stdin_process()
1314 … status = avrcp_controller_set_repeat_mode(avrcp_connection->avrcp_cid, AVRCP_REPEAT_MODE_OFF); in stdin_process()
/btstack/src/classic/
H A Davrcp_controller.h372 uint8_t avrcp_controller_set_repeat_mode(uint16_t avrcp_cid, avrcp_repeat_mode_t mode);
H A Davrcp_controller.c2114 uint8_t avrcp_controller_set_repeat_mode(uint16_t avrcp_cid, avrcp_repeat_mode_t mode){ in avrcp_controller_set_repeat_mode() function