Lines Matching defs:connection
65 static uint8_t avrcp_controller_get_next_transaction_label(avrcp_connection_t * connection){ in avrcp_controller_get_next_transaction_label()
70 static bool avrcp_controller_is_transaction_id_valid(avrcp_connection_t * connection, uint8_t trans… in avrcp_controller_is_transaction_id_valid()
75 static void avrcp_controller_custom_command_data_init(avrcp_connection_t * connection, in avrcp_controller_custom_command_data_init()
92 static void avrcp_controller_vendor_dependent_command_data_init(avrcp_connection_t * connection, av… in avrcp_controller_vendor_dependent_command_data_init()
108 static void avrcp_controller_pass_through_command_data_init(avrcp_connection_t * connection, avrcp_… in avrcp_controller_pass_through_command_data_init()
128 static void avrcp_controller_prepare_custom_command_response(avrcp_connection_t * connection, uint1… in avrcp_controller_prepare_custom_command_response()
143 static void avrcp_controller_emit_notification_complete(avrcp_connection_t * connection, uint8_t st… in avrcp_controller_emit_notification_complete()
158 static void avrcp_controller_emit_supported_events(avrcp_connection_t * connection){ in avrcp_controller_emit_supported_events()
477 static void avrcp_parser_reset(avrcp_connection_t * connection){ in avrcp_parser_reset()
484 static void avrcp_parser_process_byte(uint8_t byte, avrcp_connection_t * connection, avrcp_command_… in avrcp_parser_process_byte()
556 …_element_attrs(uint8_t * packet, uint16_t num_bytes_to_read, avrcp_connection_t * connection, avrc… in avrcp_controller_parse_and_emit_element_attrs()
563 static void avrcp_send_cmd_with_avctp_fragmentation(avrcp_connection_t * connection){ in avrcp_send_cmd_with_avctp_fragmentation()
644 static int avrcp_send_register_notification(avrcp_connection_t * connection, uint8_t event_id){ in avrcp_send_register_notification()
671 … avrcp_connection_t * connection = (avrcp_connection_t*) btstack_run_loop_get_timer_context(timer); in avrcp_press_and_hold_timeout_handler() local
678 static void avrcp_press_and_hold_timer_start(avrcp_connection_t * connection){ in avrcp_press_and_hold_timer_start()
686 static void avrcp_press_and_hold_timer_stop(avrcp_connection_t * connection){ in avrcp_press_and_hold_timer_stop()
692 …uint8_t avrcp_controller_request_pass_through_release_control_cmd(avrcp_connection_t * connection){ in avrcp_controller_request_pass_through_release_control_cmd()
707 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_request_pass_through_press_control_cmd() local
736 static void avrcp_controller_get_capabilities_for_connection(avrcp_connection_t * connection, uint8… in avrcp_controller_get_capabilities_for_connection()
747 static uint8_t avrcp_controller_register_notification(avrcp_connection_t * connection, avrcp_notifi… in avrcp_controller_register_notification()
774 static uint8_t avrcp_controller_request_continuation(avrcp_connection_t * connection, avrcp_pdu_id_… in avrcp_controller_request_continuation()
787 static uint8_t avrcp_controller_request_abort_continuation(avrcp_connection_t * connection){ in avrcp_controller_request_abort_continuation()
791 static uint8_t avrcp_controller_request_continue_response(avrcp_connection_t * connection){ in avrcp_controller_request_continue_response()
795 static void avrcp_controller_handle_notification(avrcp_connection_t *connection, avrcp_command_type… in avrcp_controller_handle_notification()
851 static void avctp_reassemble_message(avrcp_connection_t * connection, avctp_packet_type_t packet_ty… in avctp_reassemble_message()
893 static void avrcp_handle_l2cap_data_packet_for_signaling_connection(avrcp_connection_t * connection… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1326 static void avrcp_controller_handle_can_send_now(avrcp_connection_t * connection){ in avrcp_controller_handle_can_send_now()
1402 avrcp_connection_t * connection; in avrcp_controller_packet_handler() local
1667 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_request_group_pass_through_press_control_cmd() local
1698 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_release_press_and_hold_cmd() local
1727 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_enable_notification() local
1735 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_disable_notification() local
1756 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_unit_info() local
1775 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_subunit_info() local
1795 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_get_supported_company_ids() local
1807 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_get_supported_events() local
1830 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_get_play_status() local
1845 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_set_addressed_player() local
1862 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_get_element_attributes() local
1905 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_set_absolute_volume() local
1946 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_query_player_application_setting_attributes() local
1962 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_query_player_application_setting_values() local
1979 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_query_shuffle_and_repeat_modes() local
2001 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_set_current_player_application_setting_value() local
2021 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_query_player_application_setting_attribute_text() local
2043 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_query_player_application_setting_value_text() local
2067 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_inform_displayable_characterset() local
2092 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_inform_battery_status() local
2120 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_play_item_for_scope() local
2145 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_add_item_from_scope_to_now_playing_list() local
2171 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_set_max_num_fragments() local
2186 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_send_custom_command() local
2204 …avrcp_connection_t * connection = avrcp_get_connection_for_avrcp_cid_for_role(AVRCP_CONTROLLER, av… in avrcp_controller_force_send_press_cmd() local