OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aclDataReceived
(Results
1 - 5
of
5
) 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
85
Return<void>
aclDataReceived
(const hidl_vec<uint8_t>& data) {
/hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp
94
constexpr char kCallbackNameAclEventReceived[] = "
aclDataReceived
";
213
Return<void>
aclDataReceived
(
Completed in 83 milliseconds