Home
last modified time | relevance | path

Searched refs:buffer_in (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c3038 uint16_t hci_disconnect_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_out,…
3039 uint16_t hci_read_remote_version_information_process(uint8_t *buffer_in, uint16_t buffer_in_length,…
3040 uint16_t hci_set_event_mask_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_…
3041 uint16_t hci_read_connection_accept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length, …
3042 uint16_t hci_write_connection_accept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length,…
3043 uint16_t hci_read_transmit_power_level_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8…
3044 uint16_t hci_read_afh_channel_assessment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_length…
3045 uint16_t hci_write_afh_channel_assessment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_lengt…
3046 uint16_t hci_set_event_mask_page_2_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *…
3047 uint16_t hci_read_authenticated_payload_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_leng…
[all …]
Ddtm_preprocess_events.c25 int hci_disconnection_complete_event_process(uint8_t *buffer_in);
26 int aci_hal_adv_scan_resp_data_update_event_process(uint8_t *buffer_in);
27 int aci_hal_pawr_data_free_event_process(uint8_t *buffer_in);
28 int aci_l2cap_cos_disconnection_complete_event_process(uint8_t *buffer_in);
29 int aci_l2cap_cos_connection_event_process(uint8_t *buffer_in);
30 int aci_l2cap_cos_sdu_data_rx_event_process(uint8_t *buffer_in);
31 int aci_gatt_srv_attribute_modified_event_process(uint8_t *buffer_in);
32 int aci_gatt_clt_notification_event_process(uint8_t *buffer_in);
33 int aci_gatt_clt_proc_complete_event_process(uint8_t *buffer_in);
34 int aci_gatt_tx_pool_available_event_process(uint8_t *buffer_in);
[all …]
Dtransport_layer.c155 uint16_t process_command(uint16_t op_code, uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *… in process_command() argument
167 …ret_val = hci_command_table[i].execute(buffer_in, buffer_in_length, buffer_out, buffer_out_max_len… in process_command()
Ddtm_preprocess_events.h26 typedef int (*hci_event_process)(uint8_t *buffer_in);
Ddtm_cmd_db.h28 typedef uint16_t (*hci_command_process_and_response_type)(uint8_t *buffer_in, uint16_t buffer_in_le…