Home
last modified time | relevance | path

Searched defs:buffer_in (Results 1 – 3 of 3) 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 uint16_t hci_read_remote_version_information_process(uint8_t *buffer_in, uint16_t buffer_in_length,… in hci_read_remote_version_information_process()
4380 uint16_t hci_set_event_mask_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *buffer_… in hci_set_event_mask_process()
4413 uint16_t hci_read_connection_accept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length, … in hci_read_connection_accept_timeout_process()
4446 uint16_t hci_write_connection_accept_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_length,… in hci_write_connection_accept_timeout_process()
4481 uint16_t hci_read_transmit_power_level_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8… in hci_read_transmit_power_level_process()
4519 uint16_t hci_read_afh_channel_assessment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_length… in hci_read_afh_channel_assessment_mode_process()
4552 uint16_t hci_write_afh_channel_assessment_mode_process(uint8_t *buffer_in, uint16_t buffer_in_lengt… in hci_write_afh_channel_assessment_mode_process()
4585 uint16_t hci_set_event_mask_page_2_process(uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *… in hci_set_event_mask_page_2_process()
4619 uint16_t hci_read_authenticated_payload_timeout_process(uint8_t *buffer_in, uint16_t buffer_in_leng… in hci_read_authenticated_payload_timeout_process()
[all …]
Ddtm_preprocess_events.c71 int hci_disconnection_complete_event_process(uint8_t *buffer_in) in hci_disconnection_complete_event_process()
84 int aci_hal_adv_scan_resp_data_update_event_process(uint8_t *buffer_in) in aci_hal_adv_scan_resp_data_update_event_process()
97 int aci_hal_pawr_data_free_event_process(uint8_t *buffer_in) in aci_hal_pawr_data_free_event_process()
113 int aci_l2cap_cos_disconnection_complete_event_process(uint8_t *buffer_in) in aci_l2cap_cos_disconnection_complete_event_process()
124 int aci_l2cap_cos_sdu_data_rx_event_process(uint8_t *buffer_in) in aci_l2cap_cos_sdu_data_rx_event_process()
142 int aci_gatt_tx_pool_available_event_process(uint8_t *buffer_in) in aci_gatt_tx_pool_available_event_process()
153 int aci_gatt_srv_attribute_modified_event_process(uint8_t *buffer_in) in aci_gatt_srv_attribute_modified_event_process()
167 int aci_gatt_clt_notification_event_process(uint8_t *buffer_in) in aci_gatt_clt_notification_event_process()
181 int aci_gatt_clt_proc_complete_event_process(uint8_t *buffer_in) in aci_gatt_clt_proc_complete_event_process()
193 int aci_gatt_srv_read_event_process(uint8_t *buffer_in) in aci_gatt_srv_read_event_process()
[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()