Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_controller.c55 avrcp_context_t avrcp_controller_context; variable
155 (*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()
[all …]
H A Davrcp_browsing_controller.c333 …(*avrcp_controller_context.browsing_avrcp_callback)(AVRCP_BROWSING_DATA_PACKET, connection->l2cap_… in avrcp_browsing_parser_process_byte()
350 …(*avrcp_controller_context.browsing_avrcp_callback)(AVRCP_BROWSING_DATA_PACKET, connection->l2cap_… in avrcp_browsing_parser_process_byte()
401 …avrcp_browsing_controller_emit_failed(avrcp_controller_context.browsing_avrcp_callback, channel, A… in avrcp_browsing_controller_packet_handler()
409 …avrcp_browsing_controller_emit_failed(avrcp_controller_context.browsing_avrcp_callback, channel, b… in avrcp_browsing_controller_packet_handler()
445 …(*avrcp_controller_context.browsing_avrcp_callback)(AVRCP_BROWSING_DATA_PACKET, channel, packet+po… in avrcp_browsing_controller_packet_handler()
483 …(*avrcp_controller_context.browsing_avrcp_callback)(AVRCP_BROWSING_DATA_PACKET, channel, packet+po… in avrcp_browsing_controller_packet_handler()
494 …avrcp_browsing_controller_emit_done_with_uid_counter(avrcp_controller_context.browsing_avrcp_callb… in avrcp_browsing_controller_packet_handler()
518 avrcp_controller_context.browsing_packet_handler = avrcp_browsing_controller_packet_handler; in avrcp_browsing_controller_init()
523 avrcp_controller_context.browsing_packet_handler = NULL; in avrcp_browsing_controller_deinit()
528 avrcp_controller_context.browsing_avrcp_callback = callback; in avrcp_browsing_controller_register_packet_handler()
H A Davrcp_controller.h427 extern avrcp_context_t avrcp_controller_context;
H A Davrcp_browsing_target.c383 avrcp_controller_context.browsing_packet_handler = NULL; in avrcp_browsing_target_deinit()