OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aclDataReceived
(Results
1 - 7
of
7
) sorted by null
/hardware/interfaces/bluetooth/1.0/
IBluetoothHciCallbacks.hal
38
aclDataReceived
(HciPacket data);
/device/linaro/hikey/bluetooth/
bluetooth_hci.cc
55
[cb](const hidl_vec<uint8_t>& packet) { cb->
aclDataReceived
(packet); },
/hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc
82
auto hidl_status = cb->
aclDataReceived
(packet);
84
ALOGE("VendorInterface -> Unable to call
aclDataReceived
()");
/system/bt/hci/src/
hci_layer_android.cc
89
Return<void>
aclDataReceived
(const hidl_vec<uint8_t>& data) {
/system/bt/test/rootcanal/
bluetooth_hci.cc
104
cb->
aclDataReceived
(acl_packet);
/system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc
286
[cb](const hidl_vec<uint8_t>& packet) { cb->
aclDataReceived
(packet); },
/hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp
103
constexpr char kCallbackNameAclEventReceived[] = "
aclDataReceived
";
242
Return<void>
aclDataReceived
(
Completed in 164 milliseconds