Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_controller.c155 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in avrcp_controller_emit_notification_complete()
177 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in avrcp_controller_emit_supported_events()
190 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in avrcp_controller_emit_supported_events()
210 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
224 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
236 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
248 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
260 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
274 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
290 (*avrcp_controller_context.avrcp_callback)(HCI_EVENT_PACKET, 0, event, offset); in avrcp_controller_emit_notification_for_event_id()
[all …]
H A Davrcp.c86 static btstack_packet_handler_t avrcp_callback; variable
581 btstack_assert(avrcp_callback != NULL); in avrcp_emit_connection_established()
595 (*avrcp_callback)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in avrcp_emit_connection_established()
599 btstack_assert(avrcp_callback != NULL); in avrcp_emit_connection_closed()
608 (*avrcp_callback)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in avrcp_emit_connection_closed()
1162 avrcp_callback = callback; in avrcp_register_packet_handler()
1259 avrcp_callback = NULL; in avrcp_deinit()
H A Davrcp_target.c1105 … avrcp_target_emit_operation(avrcp_target_context.avrcp_callback, connection->avrcp_cid, in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1145 …avrcp_target_emit_add_to_now_playing_item(avrcp_target_context.avrcp_callback, connection->avrcp_c… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1163 …avrcp_target_emit_respond_play_item(avrcp_target_context.avrcp_callback, connection->avrcp_cid, co… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1196 …vrcp_target_emit_respond_vendor_dependent_query(avrcp_target_context.avrcp_callback, connection->a… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1336 …avrcp_target_emit_volume_changed(avrcp_target_context.avrcp_callback, connection->avrcp_cid, conne… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1530 avrcp_target_context.avrcp_callback = callback; in avrcp_target_register_packet_handler()
H A Davrcp.h788 btstack_packet_handler_t avrcp_callback; member