Searched refs:driver_ops (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/porting/transport/src/ |
D | hci_transport.c | 16 hci_driver_ops_t *driver_ops; member 80 return s_hci_transport_env.driver_ops->hci_driver_tx(HCI_DRIVER_TYPE_EVT, hci_ev, len, in hci_transport_controller_evt_tx() 94 return s_hci_transport_env.driver_ops->hci_driver_tx(HCI_DRIVER_TYPE_ACL, (uint8_t *)om, len, in hci_transport_controller_acl_tx() 102 return s_hci_transport_env.driver_ops->hci_driver_tx(HCI_DRIVER_TYPE_CMD, data, length, in hci_transport_host_cmd_tx() 109 return s_hci_transport_env.driver_ops->hci_driver_tx(HCI_DRIVER_TYPE_ACL, data, length, in hci_transport_host_acl_tx() 154 s_hci_transport_env.driver_ops = ops; in hci_transport_init() 172 ops = s_hci_transport_env.driver_ops; in hci_transport_deinit()
|