Home
last modified time | relevance | path

Searched refs:onEventReceive (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dh4_protocol.cpp38 …int fd, HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive) in H4Protocol() argument
39 …iFd_(fd), onAclReceive_(onAclReceive), onScoReceive_(onScoReceive), onEventReceive_(onEventReceive) in H4Protocol()
H A Dmct_protocol.cpp33 HciDataCallback onEventReceive) in MctProtocol() argument
40 onEventReceive_ = onEventReceive; in MctProtocol()
H A Dh4_protocol.h29 …nt fd, HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive);
H A Dmct_protocol.h30 HciDataCallback onEventReceive);
H A Dvendor_interface.h41 ReceiveDataCallback onEventReceive; member
H A Dvendor_interface.cpp94 eventDataCallback_ = receiveCallback.onEventReceive; in Initialize()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp69 .onEventReceive = in Init()