Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/
H A 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"})
/aosp12/system/bt/gd/hal/
H A Dhci_hal_host_test.cc365 hal_->sendAclData(acl_packet); in TEST_F()
391 hal_->sendAclData(acl_packet); in TEST_F()
408 hal_->sendAclData(acl_packet); in TEST_F()
H A Dhci_hal.h89 virtual void sendAclData(HciPacket data) = 0;
H A Dhci_hal_android_hidl.cc168 void sendAclData(HciPacket packet) override { in sendAclData() function in bluetooth::hal::HciHalHidl
173 bt_hci_->sendAclData(packet); in sendAclData()
H A Dfacade.cc62 hal_->sendAclData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendAcl()
H A Dhci_hal_host.cc281 void sendAclData(HciPacket data) override { in sendAclData() function in bluetooth::hal::HciHalHost
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.h43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
H A Dbluetooth_hci.cc125 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/aosp12/system/bt/gd/hal/fuzz/
H A Dfuzz_hci_hal.h33 void sendAclData(HciPacket packet) override {} in sendAclData() function
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.h46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
H A Dbluetooth_hci.cc173 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.h48 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
H A Dbluetooth_hci.cc343 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h52 …::android::hardware::Return<void> sendAclData(const ::android::hardware::hidl_vec<uint8_t>& packet…
H A Dbluetooth_hci.cc253 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/aosp12/system/bt/gd/rust/hal/src/ffi/
H A Dhidl.cc109 bt_hci_->sendAclData(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_acl()
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc217 btHci->sendAclData(data); in hci_transmit()
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp500 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc120 hal_->sendAclData(bytes); in on_outbound_acl_ready()
H A Dhci_layer_test.cc92 void sendAclData(hal::HciPacket data) override { in sendAclData() function in bluetooth::hci::TestHciHal
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp512 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()