Searched refs:command_opcode (Results 1 – 5 of 5) sorted by relevance
367 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() argument377 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() argument393 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()
622 avrcp_command_opcode_t command_opcode; member679 avrcp_command_opcode_t command_opcode; member811 uint16_t avrcp_get_num_bytes_for_header(avrcp_command_opcode_t command_opcode, avctp_packet_type_t …
365 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()
81 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()
227 browsing_connection->command_opcode = packet[pos++]; in avrcp_browsing_target_packet_handler()