Searched refs:frame_cb (Results 1 – 2 of 2) sorted by relevance
243 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() argument355 h4sm->frame_cb = frame_cb; in hci_h4_sm_init()
66 hci_h4_frame_cb *frame_cb; member71 hci_h4_frame_cb *frame_cb);