Home
last modified time | relevance | path

Searched refs:avrcp_browsing_connection_t (Results 1 – 9 of 9) sorted by relevance

/btstack/src/classic/
H A Davrcp_browsing_controller.c54 …cp_browsing_controller_send_get_folder_items_cmd(uint16_t cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_controller_send_get_folder_items_cmd()
103 …browsing_controller_send_get_item_attributes_cmd(uint16_t cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_controller_send_get_item_attributes_cmd()
152 static int avrcp_browsing_controller_send_change_path_cmd(uint16_t cid, avrcp_browsing_connection_t in avrcp_browsing_controller_send_change_path_cmd()
172 static int avrcp_browsing_controller_send_search_cmd(uint16_t cid, avrcp_browsing_connection_t * co… in avrcp_browsing_controller_send_search_cmd()
197 …_browsing_controller_send_set_browsed_player_cmd(uint16_t cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_controller_send_set_browsed_player_cmd()
215 …_browsing_controller_send_get_total_nr_items_cmd(uint16_t cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_controller_send_get_total_nr_items_cmd()
232 static void avrcp_browsing_controller_handle_can_send_now(avrcp_browsing_connection_t * connection){ in avrcp_browsing_controller_handle_can_send_now()
300 static void avrcp_parser_reset(avrcp_browsing_connection_t * connection){ in avrcp_parser_reset()
308 static void avrcp_browsing_parser_process_byte(uint8_t byte, avrcp_browsing_connection_t * connecti… in avrcp_browsing_parser_process_byte()
365 …it_element_attrs(uint8_t * packet, uint16_t num_bytes_to_read, avrcp_browsing_connection_t * conne… in avrcp_browsing_parse_and_emit_element_attrs()
[all …]
H A Davrcp_browsing_target.c55 static int avrcp_browsing_target_handle_can_send_now(avrcp_browsing_connection_t * connection){ in avrcp_browsing_target_handle_can_send_now()
77 static uint8_t avrcp_browsing_target_response_general_reject(avrcp_browsing_connection_t * connecti… in avrcp_browsing_target_response_general_reject()
92 …tems(btstack_packet_handler_t callback, uint16_t browsing_cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_target_emit_get_folder_items()
112 …arch(btstack_packet_handler_t callback, uint16_t browsing_cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_target_emit_search()
137 …tems(btstack_packet_handler_t callback, uint16_t browsing_cid, avrcp_browsing_connection_t * conne… in avrcp_browsing_target_emit_get_total_num_items()
211 avrcp_browsing_connection_t * browsing_connection; in avrcp_browsing_target_packet_handler()
398 avrcp_browsing_connection_t * connection = avrcp_connection->browsing_connection; in avrcp_browsing_target_send_get_folder_items_response()
474 avrcp_browsing_connection_t * connection = avrcp_connection->browsing_connection; in avrcp_browsing_target_send_change_path_response()
510 avrcp_browsing_connection_t * connection = avrcp_connection->browsing_connection; in avrcp_browsing_target_send_get_item_attributes_response()
560 avrcp_browsing_connection_t * connection = avrcp_connection->browsing_connection; in avrcp_browsing_target_send_accept_set_browsed_player()
[all …]
H A Davrcp_browsing.c66 void avrcp_browsing_request_can_send_now(avrcp_browsing_connection_t * connection, uint16_t l2cap_c… in avrcp_browsing_request_can_send_now()
154 static avrcp_browsing_connection_t * avrcp_browsing_create_connection(avrcp_connection_t * avrcp_co… in avrcp_browsing_create_connection()
155avrcp_browsing_connection_t * browsing_connection = btstack_memory_avrcp_browsing_connection_get(); in avrcp_browsing_create_connection()
170 static void avrcp_browsing_configure_ertm(avrcp_browsing_connection_t * browsing_connection, uint8_… in avrcp_browsing_configure_ertm()
181 static avrcp_browsing_connection_t * avrcp_browsing_handle_incoming_connection(avrcp_connection_t *… in avrcp_browsing_handle_incoming_connection()
H A Davrcp.h631 } avrcp_browsing_connection_t; typedef
657 avrcp_browsing_connection_t * browsing_connection;
827 avrcp_browsing_connection_t * avrcp_get_browsing_connection_for_l2cap_cid_for_role(avrcp_role_t rol…
837 avrcp_browsing_connection_t * get_avrcp_browsing_connection_for_l2cap_cid_for_role(avrcp_role_t rol…
H A Davrcp_browsing.h58 void avrcp_browsing_request_can_send_now(avrcp_browsing_connection_t * connection, uint16_t l2cap_c…
H A Davrcp.c518 avrcp_browsing_connection_t * avrcp_get_browsing_connection_for_l2cap_cid_for_role(avrcp_role_t rol… in avrcp_get_browsing_connection_for_l2cap_cid_for_role()
/btstack/src/
H A Dbtstack_memory.h152 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void);
153 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_co…
H A Dbtstack_memory.c1112 static avrcp_browsing_connection_t avrcp_browsing_connection_storage[MAX_NR_AVRCP_BROWSING_CONNECTI…
1114 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1117 memset(buffer, 0, sizeof(avrcp_browsing_connection_t)); in btstack_memory_avrcp_browsing_connection_get()
1119 return (avrcp_browsing_connection_t *) buffer; in btstack_memory_avrcp_browsing_connection_get()
1121 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
1125 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1128 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
1136 avrcp_browsing_connection_t data;
1139 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1149 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
[all …]
/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp816 avrcp_browsing_connection_t * context; in TEST()
837 avrcp_browsing_connection_t * context; in TEST()