Home
last modified time | relevance | path

Searched refs:avrcp_subevent_now_playing_artist_info_get_value_len (Results 1 – 3 of 3) sorted by relevance

/btstack/test/avrcp/
H A Davrcp_controller_test.c141 if (avrcp_subevent_now_playing_artist_info_get_value_len(packet) > 0){ in packet_handler()
142 …bevent_now_playing_artist_info_get_value(packet), avrcp_subevent_now_playing_artist_info_get_value… in packet_handler()
/btstack/example/
H A Da2dp_sink_demo.c903 if (avrcp_subevent_now_playing_artist_info_get_value_len(packet) > 0){ in avrcp_controller_packet_handler()
904 …bevent_now_playing_artist_info_get_value(packet), avrcp_subevent_now_playing_artist_info_get_value… in avrcp_controller_packet_handler()
/btstack/src/
H A Dbtstack_event.h11738 static inline uint8_t avrcp_subevent_now_playing_artist_info_get_value_len(const uint8_t * event){ in avrcp_subevent_now_playing_artist_info_get_value_len() function