Searched refs:avrcp_target_notification_init (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | avrcp_target.c | 1352 static void avrcp_target_notification_init(avrcp_connection_t * connection, avrcp_notification_even… in avrcp_target_notification_init() function 1458 … avrcp_target_notification_init(connection, notification_id, connection->target_track_id, 8); in avrcp_target_packet_handler() 1466 avrcp_target_notification_init(connection, notification_id, &playback_status, 1); in avrcp_target_packet_handler() 1473 avrcp_target_notification_init(connection, notification_id, NULL, 0); in avrcp_target_packet_handler() 1480 …avrcp_target_notification_init(connection, notification_id, (uint8_t *)&connection->target_battery… in avrcp_target_packet_handler() 1487 …avrcp_target_notification_init(connection, notification_id, &connection->target_absolute_volume, 1… in avrcp_target_packet_handler() 1503 avrcp_target_notification_init(connection, notification_id, value, 2); in avrcp_target_packet_handler()
|