Searched refs:hci_ev (Results 1 – 4 of 4) sorted by relevance
70 hci_transport_controller_evt_tx(uint8_t *hci_ev, void *arg) in hci_transport_controller_evt_tx() argument75 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()
62 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);
89 int ble_hs_hci_rx_evt(uint8_t *hci_ev, void *arg);
96 int ble_hci_trans_ll_evt_tx(uint8_t *hci_ev) in ble_hci_trans_ll_evt_tx() argument100 rc = ble_transport_to_hs_evt((void *)hci_ev); in ble_hci_trans_ll_evt_tx()