Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_hci_layer.cc56 struct sco_data_received sco_data_received; variable
84 void sco_data_received(BT_HDR* packet) { in sco_data_received() function
86 test::mock::hci_layer::sco_data_received(packet); in sco_data_received()
H A Dmock_hci_layer.h78 struct sco_data_received { struct
82 extern struct sco_data_received sco_data_received; argument
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc58 extern void sco_data_received(BT_HDR* packet);
144 sco_data_received(packet); in scoDataReceived()
H A Dhci_layer_linux.cc98 extern void sco_data_received(BT_HDR* packet);
141 sco_data_received(packet); in monitor_socket()
H A Dhci_layer.cc173 void sco_data_received(BT_HDR* packet) { in sco_data_received() function