Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/include/
Desp_hci_transport.h40 typedef int hci_transport_host_recv_fn(hci_trans_pkt_ind_t type, uint8_t *data, uint16_t len); typedef
62 int hci_transport_host_callback_register(hci_transport_host_recv_fn *callback);
/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c15 hci_transport_host_recv_fn *host_recv_cb;
114 hci_transport_host_callback_register(hci_transport_host_recv_fn *callback) in hci_transport_host_callback_register()