Home
last modified time | relevance | path

Searched refs:hci_ev (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c70 hci_transport_controller_evt_tx(uint8_t *hci_ev, void *arg) in hci_transport_controller_evt_tx() argument
75 r_ble_hci_trans_buf_free(hci_ev); in hci_transport_controller_evt_tx()
79 len = hci_ev[1] + 2; in hci_transport_controller_evt_tx()
80 return s_hci_transport_env.driver_ops->hci_driver_tx(HCI_DRIVER_TYPE_EVT, hci_ev, len, in hci_transport_controller_evt_tx()
/hal_espressif-latest/components/bt/porting/include/
Dble_hci_trans.h62 int(*_ble_hci_trans_ll_evt_tx)(uint8_t *hci_ev);
78 extern int r_ble_hci_trans_ll_evt_tx(uint8_t *hci_ev);
210 int ble_hci_trans_ll_evt_tx(uint8_t *hci_ev);
/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_hal.h89 int ble_hs_hci_rx_evt(uint8_t *hci_ev, void *arg);
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c96 int ble_hci_trans_ll_evt_tx(uint8_t *hci_ev) in ble_hci_trans_ll_evt_tx() argument
100 rc = ble_transport_to_hs_evt((void *)hci_ev); in ble_hci_trans_ll_evt_tx()