Home
last modified time | relevance | path

Searched refs:sendScoData (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"})
76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
77 sendScoData(HciPacket data);
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl42 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl42 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl75 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h44 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc130 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h47 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc178 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h46 ndk::ScopedAStatus sendScoData(const std::vector<uint8_t>& packet) override;
DBluetoothHci.cpp338 ndk::ScopedAStatus BluetoothHci::sendScoData( in sendScoData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp185 mBtHci->sendScoData(toHidlVec(scoPacket)); in process()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp488 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp500 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp582 hci->sendScoData(sco_packet); in sendAndCheckSco()