Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/include/
Desp_hci_internal.h28 typedef int esp_hci_internal_rx_cmd_fn(uint8_t *cmd, void *arg); typedef
44 void r_ble_hci_trans_cfg_hs(esp_hci_internal_rx_cmd_fn *evt_cb, void *evt_arg,
/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c169 r_ble_hci_trans_cfg_hs((esp_hci_internal_rx_cmd_fn *)hci_transport_controller_tx_dummy, NULL, in hci_transport_deinit()