Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/
Dble_hci_trans.h79 #define ble_hci_trans_ll_evt_tx ble_hci_trans_funcs_ptr->_ble_hci_trans_ll_evt_tx macro
210 int ble_hci_trans_ll_evt_tx(uint8_t *hci_ev);
/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() function
265 rc = ble_hci_trans_ll_evt_tx(evbuf); in host_rcv_pkt()