Home
last modified time | relevance | path

Searched refs:hci_event_received (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_hci_layer.cc54 struct hci_event_received hci_event_received; variable
76 void hci_event_received(const base::Location& from_here, BT_HDR* packet) { in hci_event_received() function
78 test::mock::hci_layer::hci_event_received(from_here, packet); in hci_event_received()
H A Dmock_hci_layer.h59 struct hci_event_received { struct
66 extern struct hci_event_received hci_event_received; argument
/aosp12/system/bt/hci/src/
H A Dhci_layer_linux.cc96 extern void hci_event_received(const base::Location& from_here, BT_HDR* packet);
133 hci_event_received(FROM_HERE, packet); in monitor_socket()
145 hci_event_received(FROM_HERE, packet); in monitor_socket()
H A Dhci_layer_android.cc56 extern void hci_event_received(const base::Location& from_here, BT_HDR* packet);
130 hci_event_received(FROM_HERE, packet); in hciEventReceived()
H A Dhci_layer.cc160 void hci_event_received(const base::Location& from_here, BT_HDR* packet) { in hci_event_received() function