/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 40 * (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/ |
D | IBluetoothHci.aidl | 39 void sendAclData(in byte[] data); in sendAclData() method
|
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/ |
D | IBluetoothHci.aidl | 39 void sendAclData(in byte[] data); in sendAclData() method
|
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/ |
D | IBluetoothHci.aidl | 50 void sendAclData(in byte[] data); in sendAclData() method
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.h | 43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 125 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/ |
D | bluetooth_hci.h | 46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 173 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/ |
D | BluetoothHci.h | 44 ndk::ScopedAStatus sendAclData(const std::vector<uint8_t>& packet) override;
|
D | BluetoothHci.cpp | 333 ndk::ScopedAStatus BluetoothHci::sendAclData( in sendAclData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | bluetoothV1.0_fuzzer.cpp | 178 mBtHci->sendAclData(toHidlVec(aclPacket)); in process()
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 533 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 545 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|
/hardware/interfaces/bluetooth/aidl/vts/ |
D | VtsHalBluetoothTargetTest.cpp | 616 hci->sendAclData(acl_packet); in sendAndCheckAcl()
|