Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c4313 uint16_t hci_disconnect_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out,… in hci_disconnect_process()
4347 …information_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_read_remote_version_information_process()
4380 …_event_mask_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_set_event_mask_process()
4413 …ept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_read_connection_accept_timeout_process()
4446 …ept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_write_connection_accept_timeout_process()
4481 …power_level_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_read_transmit_power_level_process()
4519 …ssment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_read_afh_channel_assessment_mode_process()
4552 …ssment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_write_afh_channel_assessment_mode_process()
4585 …mask_page_2_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_set_event_mask_page_2_process()
4619 …oad_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in hci_read_authenticated_payload_timeout_process()
[all …]
Dtransport_layer.c106 static uint8_t check_legacy_extended_call(uint16_t opcode, uint8_t *buffer_out) in check_legacy_extended_call()
155 …d(uint16_t op_code, uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out, uint16_t b… in process_command()
249 uint8_t buffer[COMMAND_BUFFER_SIZE], buffer_out[FIFO_VAR_LEN_ITEM_MAX_SIZE]; in transport_layer_tick() local
347 void send_event(const uint8_t *buffer_out, uint16_t buffer_out_length, int8_t overflow_index) in send_event()