/aosp12/hardware/interfaces/bluetooth/1.0/ |
H A 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"})
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_host_test.cc | 365 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 D | hci_hal.h | 89 virtual void sendAclData(HciPacket data) = 0;
|
H A D | hci_hal_android_hidl.cc | 168 void sendAclData(HciPacket packet) override { in sendAclData() function in bluetooth::hal::HciHalHidl 173 bt_hci_->sendAclData(packet); in sendAclData()
|
H A D | facade.cc | 62 hal_->sendAclData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendAcl()
|
H A D | hci_hal_host.cc | 281 void sendAclData(HciPacket data) override { in sendAclData() function in bluetooth::hal::HciHalHost
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_hci.h | 43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
H A 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
|
/aosp12/system/bt/gd/hal/fuzz/ |
H A D | fuzz_hci_hal.h | 33 void sendAclData(HciPacket packet) override {} in sendAclData() function
|
/aosp12/hardware/interfaces/bluetooth/1.1/default/ |
H A D | bluetooth_hci.h | 46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
H A 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
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | bluetooth_hci.h | 48 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
H A D | bluetooth_hci.cc | 343 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 D | bluetooth_hci.h | 52 …::android::hardware::Return<void> sendAclData(const ::android::hardware::hidl_vec<uint8_t>& packet…
|
H A D | bluetooth_hci.cc | 253 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 D | hidl.cc | 109 bt_hci_->sendAclData(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_acl()
|
/aosp12/system/bt/hci/src/ |
H A D | hci_layer_android.cc | 217 btHci->sendAclData(data); in hci_transmit()
|
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/ |
H A D | VtsHalBluetoothV1_0TargetTest.cpp | 500 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer.cc | 120 hal_->sendAclData(bytes); in on_outbound_acl_ready()
|
H A D | hci_layer_test.cc | 92 void sendAclData(hal::HciPacket data) override { in sendAclData() function in bluetooth::hci::TestHciHal
|
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/ |
H A D | VtsHalBluetoothV1_1TargetTest.cpp | 512 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|