Home
last modified time | relevance | path

Searched refs:l2cap_get_outgoing_buffer (Results 1 – 18 of 18) sorted by relevance

/btstack/test/sdp_client/
H A Dmock.c28 uint8_t *l2cap_get_outgoing_buffer(void){ in l2cap_get_outgoing_buffer() function
/btstack/src/classic/
H A Dbnep.c185 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_command_not_understood()
215 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_connection_request()
251 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_connection_response()
282 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_filter_net_type_set()
318 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_filter_net_type_response()
350 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_filter_multi_addr_set()
386 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send_filter_multi_addr_response()
545 bnep_out_buffer = l2cap_get_outgoing_buffer(); in bnep_send()
H A Davdtp_acceptor.c581 out_buffer = l2cap_get_outgoing_buffer(); in avdtp_acceptor_stream_config_subsm_run()
600 out_buffer = l2cap_get_outgoing_buffer(); in avdtp_acceptor_stream_config_subsm_run()
630 out_buffer = l2cap_get_outgoing_buffer(); in avdtp_acceptor_stream_config_subsm_run()
H A Davdtp_initiator.c366 uint8_t * out_buffer = l2cap_get_outgoing_buffer(); in avdtp_initiator_stream_config_subsm_run_endpoint()
382 uint8_t * out_buffer = l2cap_get_outgoing_buffer(); in avdtp_initiator_stream_config_subsm_run_endpoint()
H A Davdtp_source.c209 uint8_t * media_packet = l2cap_get_outgoing_buffer(); in avdtp_source_stream_send_media_payload_rtp()
H A Dhid_host.c1138 uint8_t * out_buffer = l2cap_get_outgoing_buffer(); in hid_host_packet_handler()
1169 uint8_t * out_buffer = l2cap_get_outgoing_buffer(); in hid_host_packet_handler()
H A Dsdp_client.c390 uint8_t * data = l2cap_get_outgoing_buffer(); in sdp_client_send_request()
H A Davrcp_target.c322 uint8_t * packet = l2cap_get_outgoing_buffer(); in avrcp_send_response_with_avctp_fragmentation()
475 uint8_t * packet = l2cap_get_outgoing_buffer(); in avctp_send_reject_cmd_wrong_pid()
H A Drfcomm.c571 uint8_t * rfcomm_out_buffer = l2cap_get_outgoing_buffer(); in rfcomm_send_packet_for_multiplexer()
624 uint8_t * rfcomm_out_buffer = l2cap_get_outgoing_buffer(); in rfcomm_send_uih_prepared()
2289 uint8_t * rfcomm_out_buffer = l2cap_get_outgoing_buffer(); in rfcomm_get_outgoing_buffer()
H A Dhid_device.c751 outgoing_buffer = l2cap_get_outgoing_buffer(); in packet_handler()
H A Davrcp_controller.c565 uint8_t * packet = l2cap_get_outgoing_buffer(); in avrcp_send_cmd_with_avctp_fragmentation()
/btstack/test/gatt_client/
H A Dmock.c146 uint8_t *l2cap_get_outgoing_buffer(void){ in l2cap_get_outgoing_buffer() function
190 …uint16_t response_len = att_handle_request(&att_connection, l2cap_get_outgoing_buffer(), len, resp… in l2cap_send_prepared_connectionless()
/btstack/test/gatt_server/
H A Dmock.c163 uint8_t *l2cap_get_outgoing_buffer(void){ in l2cap_get_outgoing_buffer() function
202 …uint16_t response_len = att_handle_request(&att_connection, l2cap_get_outgoing_buffer(), len, &res… in l2cap_send_prepared_connectionless()
/btstack/test/l2cap-cbm/
H A Dl2cap_cbm_test.cpp202 (void) l2cap_get_outgoing_buffer(); in TEST()
/btstack/src/
H A Dl2cap.h581 uint8_t *l2cap_get_outgoing_buffer(void);
H A Dl2cap.c1051 uint8_t *l2cap_get_outgoing_buffer(void){ in l2cap_get_outgoing_buffer() function
/btstack/src/ble/
H A Datt_server.c598 att_response_buffer = l2cap_get_outgoing_buffer(); in att_server_process_validated_request()
1406 packet_buffer = l2cap_get_outgoing_buffer(); in att_server_prepare_server_message()
H A Dgatt_client.c320 return l2cap_get_outgoing_buffer(); in gatt_client_reserve_request_buffer()