Home
last modified time | relevance | path

Searched refs:hci_h4_allocators (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/transport/include/common/
Dhci_driver_h4.h41 struct hci_h4_allocators { struct
48 extern const struct hci_h4_allocators hci_h4_allocs_from_ll; argument
49 extern const struct hci_h4_allocators hci_h4_allocs_from_hs;
65 const struct hci_h4_allocators *allocs;
70 const struct hci_h4_allocators *allocs,
Dhci_driver_mem.h23 extern const struct hci_h4_allocators s_hci_driver_mem_alloc;
/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_mem.c50 const struct hci_h4_allocators s_hci_driver_mem_alloc = {
Dhci_driver_h4.c350 hci_h4_sm_init(struct hci_h4_sm *h4sm, const struct hci_h4_allocators *allocs, in hci_h4_sm_init()