Home
last modified time | relevance | path

Searched refs:sendAclData (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal40 * (sendHciCommand, sendAclData, * sendScoData) is invoked on this
48 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
58 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
67 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
68 sendAclData(HciPacket data);
76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl39 void sendAclData(in byte[] data); in sendAclData() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl39 void sendAclData(in byte[] data); in sendAclData() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl50 void sendAclData(in byte[] data); in sendAclData() method
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc125 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc173 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h44 ndk::ScopedAStatus sendAclData(const std::vector<uint8_t>& packet) override;
DBluetoothHci.cpp333 ndk::ScopedAStatus BluetoothHci::sendAclData( in sendAclData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp178 mBtHci->sendAclData(toHidlVec(aclPacket)); in process()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp533 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp545 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp616 hci->sendAclData(acl_packet); in sendAndCheckAcl()