OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hciEventReceived
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/bluetooth/1.0/
IBluetoothHciCallbacks.hal
32
hciEventReceived
(HciPacket event);
/device/linaro/hikey/bluetooth/
bluetooth_hci.cc
54
[cb](const hidl_vec<uint8_t>& packet) { cb->
hciEventReceived
(packet); },
/hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc
76
auto hidl_status = cb->
hciEventReceived
(packet);
78
ALOGE("VendorInterface -> Unable to call
hciEventReceived
()");
/system/bt/hci/src/
hci_layer_android.cc
79
Return<void>
hciEventReceived
(const hidl_vec<uint8_t>& event) {
/system/bt/test/rootcanal/
bluetooth_hci.cc
92
cb->
hciEventReceived
(hci_event);
/hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp
95
constexpr char kCallbackNameHciEventReceived[] = "
hciEventReceived
";
204
Return<void>
hciEventReceived
(
Completed in 671 milliseconds