Searched refs:onEventReceive (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | mct_protocol.h | 30 HciDataCallback onEventReceive);
|
H A D | h4_protocol.h | 27 H4Protocol(int fd, HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive);
|
H A D | mct_protocol.cpp | 33 HciDataCallback onEventReceive)
in MctProtocol() 40 onEventReceive_ = onEventReceive;
in MctProtocol() 32 MctProtocol(const int fds[HCI_MAX_CHANNEL], HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive) MctProtocol() argument
|
H A D | h4_protocol.cpp | 33 int fd, HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive)
in H4Protocol() 34 : hciFd_(fd), onAclReceive_(onAclReceive), onScoReceive_(onScoReceive), onEventReceive_(onEventReceive)
in H4Protocol() 32 H4Protocol( int fd, HciDataCallback onAclReceive, HciDataCallback onScoReceive, HciDataCallback onEventReceive) H4Protocol() argument
|
H A D | vendor_interface.h | 41 ReceiveDataCallback onEventReceive;
member
|
H A D | vendor_interface.cpp | 96 eventDataCallback_ = receiveCallback.onEventReceive;
in Initialize()
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_impl.cpp | 72 .onEventReceive =
in Init()
|
Completed in 2 milliseconds