Home
last modified time | relevance | path

Searched refs:sendScoData (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/hal/
Dhci_hal.h90 virtual void sendScoData(HciPacket data) = 0;
Dhci_hal_android_hidl.cc133 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalHidl
135 bt_hci_->sendScoData(packet); in sendScoData()
Dfacade.cc71 hal_->sendScoData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendHciSco()
Dhci_hal_host_rootcanal.cc135 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHostRootcanal
Dhci_hal_host_rootcanal_test.cc353 hal_->sendScoData(sco_packet); in TEST_F()
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h34 void sendScoData(HciPacket packet) override {} in sendScoData() function
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h49 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc339 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/test/rootcanal/
Dbluetooth_hci.h54 …::android::hardware::Return<void> sendScoData(const ::android::hardware::hidl_vec<uint8_t>& packet…
Dbluetooth_hci.cc253 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/system/bt/hci/src/
Dhci_layer_android.cc195 btHci->sendScoData(data); in hci_transmit()
/system/bt/gd/hci/
Dhci_layer_test.cc88 void sendScoData(hal::HciPacket data) override { in sendScoData() function in bluetooth::hci::TestHciHal