Home
last modified time | relevance | path

Searched refs:command_opcode (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Davrcp.c367 uint16_t avrcp_get_num_bytes_for_header(avrcp_command_opcode_t command_opcode, avctp_packet_type_t … in avrcp_get_num_bytes_for_header() argument
377 switch (command_opcode){ in avrcp_get_num_bytes_for_header()
390 …um_free_bytes_for_payload(uint16_t l2cap_mtu, avrcp_command_opcode_t command_opcode, avctp_packet_… in avrcp_get_num_free_bytes_for_payload() argument
393 avrcp_get_num_bytes_for_header(command_opcode, avctp_packet_type); in avrcp_get_num_free_bytes_for_payload()
407 connection->command_opcode, in avctp_get_packet_type()
420 connection->command_opcode, in avctp_get_packet_type()
440 … avrcp_get_num_bytes_for_header(connection->command_opcode, connection->avctp_packet_type); in avrcp_get_packet_type()
H A Davrcp.h622 avrcp_command_opcode_t command_opcode; member
679 avrcp_command_opcode_t command_opcode; member
811 uint16_t avrcp_get_num_bytes_for_header(avrcp_command_opcode_t command_opcode, avctp_packet_type_t …
H A Davrcp_target.c365 packet[pos++] = (uint8_t) connection->command_opcode; in avrcp_send_response_with_avctp_fragmentation()
367 switch (connection->command_opcode) { in avrcp_send_response_with_avctp_fragmentation()
489 connection->command_opcode = opcode; in avrcp_target_custom_command_data_init()
502 connection->command_opcode = AVRCP_CMD_OPCODE_VENDOR_DEPENDENT; in avrcp_target_vendor_dependent_response_data_init()
516 connection->command_opcode = AVRCP_CMD_OPCODE_PASS_THROUGH; in avrcp_target_pass_through_command_data_init()
H A Davrcp_controller.c81 connection->command_opcode = opcode; in avrcp_controller_custom_command_data_init()
96 connection->command_opcode = AVRCP_CMD_OPCODE_VENDOR_DEPENDENT; in avrcp_controller_vendor_dependent_command_data_init()
110 connection->command_opcode = AVRCP_CMD_OPCODE_PASS_THROUGH; in avrcp_controller_pass_through_command_data_init()
604 packet[pos++] = (uint8_t)connection->command_opcode; in avrcp_send_cmd_with_avctp_fragmentation()
606 switch (connection->command_opcode){ in avrcp_send_cmd_with_avctp_fragmentation()
1920 if (connection->command_opcode != AVRCP_CMD_OPCODE_VENDOR_DEPENDENT) break; in avrcp_controller_set_absolute_volume()
H A Davrcp_browsing_target.c227 browsing_connection->command_opcode = packet[pos++]; in avrcp_browsing_target_packet_handler()