Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_h4.c116 assert(h4sm->allocs && h4sm->allocs->cmd); in hci_h4_sm_w4_header()
117 h4sm->buf = h4sm->allocs->cmd(); in hci_h4_sm_w4_header()
127 assert(h4sm->allocs && h4sm->allocs->acl); in hci_h4_sm_w4_header()
128 h4sm->om = h4sm->allocs->acl(); in hci_h4_sm_w4_header()
148 assert(h4sm->allocs && h4sm->allocs->evt); in hci_h4_sm_w4_header()
154 h4sm->buf = h4sm->allocs->evt(1); in hci_h4_sm_w4_header()
156 h4sm->buf = h4sm->allocs->evt(0); in hci_h4_sm_w4_header()
170 assert(h4sm->allocs && h4sm->allocs->iso); in hci_h4_sm_w4_header()
171 h4sm->om = h4sm->allocs->iso(); in hci_h4_sm_w4_header()
350 hci_h4_sm_init(struct hci_h4_sm *h4sm, const struct hci_h4_allocators *allocs, in hci_h4_sm_init() argument
[all …]
/hal_espressif-latest/components/bt/porting/transport/include/common/
Dhci_driver_h4.h65 const struct hci_h4_allocators *allocs; member
70 const struct hci_h4_allocators *allocs,