Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Davrcp_controller.c159 uint8_t ctype = (uint8_t) AVRCP_CTYPE_RESPONSE_CHANGED_STABLE; in avrcp_controller_emit_supported_events() local
194avrcp_command_type_t ctype, const uint8_t *payload, in avrcp_controller_emit_notification_for_event_id()
355 …d_shuffle_mode(btstack_packet_handler_t callback, uint16_t avrcp_cid, uint8_t ctype, avrcp_repeat_… in avrcp_controller_emit_repeat_and_shuffle_mode()
371 …nfo_event_done(btstack_packet_handler_t callback, uint16_t avrcp_cid, uint8_t ctype, uint8_t statu… in avrcp_controller_emit_now_playing_info_event_done()
384 …ing_info_event(btstack_packet_handler_t callback, uint16_t avrcp_cid, uint8_t ctype, avrcp_media_a… in avrcp_controller_emit_now_playing_info_event()
462 …tack_packet_handler_t callback, uint8_t subevent, uint16_t avrcp_cid, uint8_t ctype, uint8_t opera… in avrcp_controller_emit_operation_status()
484 …rcp_parser_process_byte(uint8_t byte, avrcp_connection_t * connection, avrcp_command_type_t ctype){ in avrcp_parser_process_byte()
556 …* packet, uint16_t num_bytes_to_read, avrcp_connection_t * connection, avrcp_command_type_t ctype){ in avrcp_controller_parse_and_emit_element_attrs()
795 …controller_handle_notification(avrcp_connection_t *connection, avrcp_command_type_t ctype, uint8_t… in avrcp_controller_handle_notification()
930 avrcp_command_type_t ctype = (avrcp_command_type_t) packet[pos++]; in avrcp_handle_l2cap_data_packet_for_signaling_connection() local
H A Davrcp_target.c591 static uint8_t avrcp_target_pass_through_response(uint16_t avrcp_cid, avrcp_command_type_t ctype, a… in avrcp_target_pass_through_response()