Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_h4.c243 assert(h4sm->frame_cb); in hci_h4_sm_completed()
244 rc = h4sm->frame_cb(h4sm->pkt_type, h4sm->buf); in hci_h4_sm_completed()
252 assert(h4sm->frame_cb); in hci_h4_sm_completed()
253 rc = h4sm->frame_cb(h4sm->pkt_type, h4sm->om); in hci_h4_sm_completed()
262 assert(h4sm->frame_cb); in hci_h4_sm_completed()
263 rc = h4sm->frame_cb(h4sm->pkt_type, h4sm->buf); in hci_h4_sm_completed()
273 assert(h4sm->frame_cb); in hci_h4_sm_completed()
274 rc = h4sm->frame_cb(h4sm->pkt_type, h4sm->om); in hci_h4_sm_completed()
351 hci_h4_frame_cb *frame_cb) in hci_h4_sm_init() argument
355 h4sm->frame_cb = frame_cb; in hci_h4_sm_init()
/hal_espressif-latest/components/bt/porting/transport/include/common/
Dhci_driver_h4.h66 hci_h4_frame_cb *frame_cb; member
71 hci_h4_frame_cb *frame_cb);