/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"}) 76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 77 sendScoData(HciPacket data);
|
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/ |
D | IBluetoothHci.aidl | 42 void sendScoData(in byte[] data); in sendScoData() method
|
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/ |
D | IBluetoothHci.aidl | 42 void sendScoData(in byte[] data); in sendScoData() method
|
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/ |
D | IBluetoothHci.aidl | 75 void sendScoData(in byte[] data); in sendScoData() method
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.h | 44 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 130 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/ |
D | bluetooth_hci.h | 47 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 178 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/ |
D | BluetoothHci.h | 46 ndk::ScopedAStatus sendScoData(const std::vector<uint8_t>& packet) override;
|
D | BluetoothHci.cpp | 338 ndk::ScopedAStatus BluetoothHci::sendScoData( in sendScoData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | bluetoothV1.0_fuzzer.cpp | 185 mBtHci->sendScoData(toHidlVec(scoPacket)); in process()
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 488 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 500 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
|
/hardware/interfaces/bluetooth/aidl/vts/ |
D | VtsHalBluetoothTargetTest.cpp | 582 hci->sendScoData(sco_packet); in sendAndCheckSco()
|