Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_events.c23 void hci_disconnection_complete_event_process(uint8_t *buffer_in);
24 void hci_encryption_change_event_process(uint8_t *buffer_in);
25 void hci_read_remote_version_information_complete_event_process(uint8_t *buffer_in);
26 void hci_hardware_error_event_process(uint8_t *buffer_in);
27 void hci_number_of_completed_packets_event_process(uint8_t *buffer_in);
28 void hci_data_buffer_overflow_event_process(uint8_t *buffer_in);
29 void hci_encryption_key_refresh_complete_event_process(uint8_t *buffer_in);
30 void aci_hal_end_of_radio_activity_event_process(uint8_t *buffer_in);
31 void aci_hal_scan_req_report_event_process(uint8_t *buffer_in);
32 void aci_hal_fw_error_event_process(uint8_t *buffer_in);
[all …]
H A Dble_events.h31 void (*process)(uint8_t *buffer_in);