Home
last modified time | relevance | path

Searched refs:subunit_type (Results 1 – 6 of 6) sorted by relevance

/btstack/src/classic/
H A Davrcp_controller.c77 … avrcp_subunit_type_t subunit_type, avrcp_subunit_id_t subunit_id, in avrcp_controller_custom_command_data_init() argument
83 connection->subunit_type = subunit_type; in avrcp_controller_custom_command_data_init()
97 connection->subunit_type = AVRCP_SUBUNIT_TYPE_PANEL; in avrcp_controller_vendor_dependent_command_data_init()
112 connection->subunit_type = AVRCP_SUBUNIT_TYPE_PANEL; in avrcp_controller_pass_through_command_data_init()
602 packet[pos++] = (connection->subunit_type << 3) | connection->subunit_id; in avrcp_send_cmd_with_avctp_fragmentation()
934 avrcp_subunit_type_t subunit_type = (avrcp_subunit_type_t) (byte_value >> 3); in avrcp_handle_l2cap_data_packet_for_signaling_connection() local
952 …code 0x%02x (30), target_unit_type 0x%02x, max_subunit_ID %d", ctype, subunit_type, subunit_id, op… in avrcp_handle_l2cap_data_packet_for_signaling_connection()
968 ctype, subunit_type, subunit_id, opcode, unit_type, unit, company_id); in avrcp_handle_l2cap_data_packet_for_signaling_connection()
1922 if (connection->subunit_type != AVRCP_SUBUNIT_TYPE_PANEL) break; in avrcp_controller_set_absolute_volume()
2182 avrcp_subunit_type_t subunit_type, avrcp_subunit_id_t subunit_id, in avrcp_controller_send_custom_command() argument
[all …]
H A Davrcp_target.c363 packet[pos++] = (connection->subunit_type << 3) | connection->subunit_id; in avrcp_send_response_with_avctp_fragmentation()
486 avrcp_subunit_type_t subunit_type, avrcp_subunit_id_t subunit_id, in avrcp_target_custom_command_data_init() argument
491 connection->subunit_type = subunit_type; in avrcp_target_custom_command_data_init()
503 connection->subunit_type = AVRCP_SUBUNIT_TYPE_PANEL; in avrcp_target_vendor_dependent_response_data_init()
517 connection->subunit_type = AVRCP_SUBUNIT_TYPE_PANEL; in avrcp_target_pass_through_command_data_init()
630 uint8_t avrcp_target_set_subunit_info(uint16_t avrcp_cid, avrcp_subunit_type_t subunit_type, const … in avrcp_target_set_subunit_info() argument
635 connection->target_subunit_info_type = subunit_type; in avrcp_target_set_subunit_info()
H A Davrcp_target.h156 uint8_t avrcp_target_set_subunit_info(uint16_t avrcp_cid, avrcp_subunit_type_t subunit_type, const …
H A Davrcp.h624 avrcp_subunit_type_t subunit_type; member
674 avrcp_subunit_type_t subunit_type; member
H A Davrcp_controller.h412 avrcp_subunit_type_t subunit_type, avrcp_subunit_id_t subunit_id,
H A Davrcp_browsing_target.c225 browsing_connection->subunit_type = packet[pos++] >> 2; in avrcp_browsing_target_packet_handler()