Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_target.c361 packet[pos++] = connection->command_type; in avrcp_send_response_with_avctp_fragmentation()
485 avrcp_command_opcode_t opcode, avrcp_command_type_t command_type, in avrcp_target_custom_command_data_init() argument
490 connection->command_type = command_type; in avrcp_target_custom_command_data_init()
501 …ponse_data_init(avrcp_connection_t * connection, avrcp_command_type_t command_type, avrcp_pdu_id_t… in avrcp_target_vendor_dependent_response_data_init() argument
507 connection->command_type = command_type; in avrcp_target_vendor_dependent_response_data_init()
515 …mmand_data_init(avrcp_connection_t * connection, avrcp_command_type_t command_type, avrcp_operatio… in avrcp_target_pass_through_command_data_init() argument
520 connection->command_type = command_type; in avrcp_target_pass_through_command_data_init()
H A Davrcp_controller.c76 … avrcp_command_opcode_t opcode, avrcp_command_type_t command_type, in avrcp_controller_custom_command_data_init() argument
82 connection->command_type = command_type; in avrcp_controller_custom_command_data_init()
92 …mmand_data_init(avrcp_connection_t * connection, avrcp_command_type_t command_type, avrcp_pdu_id_t… in avrcp_controller_vendor_dependent_command_data_init() argument
101 connection->command_type = command_type; in avrcp_controller_vendor_dependent_command_data_init()
111 connection->command_type = AVRCP_CTYPE_CONTROL; in avrcp_controller_pass_through_command_data_init()
136 in_place_buffer[pos++] = (uint8_t)connection->command_type; in avrcp_controller_prepare_custom_command_response()
600 packet[pos++] = connection->command_type; in avrcp_send_cmd_with_avctp_fragmentation()
1921 if (connection->command_type != AVRCP_CTYPE_CONTROL) break; in avrcp_controller_set_absolute_volume()
2181 avrcp_command_type_t command_type, in avrcp_controller_send_custom_command() argument
2193 …custom_command_data_init(connection, AVRCP_CMD_OPCODE_VENDOR_DEPENDENT, command_type, subunit_type, in avrcp_controller_send_custom_command()
H A Davrcp.h623 avrcp_command_type_t command_type; member
680 avrcp_command_type_t command_type; member
H A Davrcp_controller.h411 avrcp_command_type_t command_type,