Home
last modified time | relevance | path

Searched refs:sendHciCommand (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"})
59 sendHciCommand(HciPacket command);
67 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl40 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl40 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl59 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp390 bluetooth->sendHciCommand(cmd); in setBufferSizes()
440 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI()
579 bluetooth->sendHciCommand(cmd); in enterLoopbackMode()
633 bluetooth->sendHciCommand(cmd); in TEST_P()
641 bluetooth->sendHciCommand(cmd); in TEST_P()
668 bluetooth->sendHciCommand(cmd); in TEST_P()
676 bluetooth->sendHciCommand(cmd); in TEST_P()
683 bluetooth->sendHciCommand(cmd); in TEST_P()
692 bluetooth->sendHciCommand(cmd); in TEST_P()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp402 bluetooth->sendHciCommand(cmd); in setBufferSizes()
452 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI()
602 bluetooth->sendHciCommand(cmd); in enterLoopbackMode()
656 bluetooth->sendHciCommand(cmd); in TEST_P()
664 bluetooth->sendHciCommand(cmd); in TEST_P()
691 bluetooth->sendHciCommand(cmd); in TEST_P()
699 bluetooth->sendHciCommand(cmd); in TEST_P()
706 bluetooth->sendHciCommand(cmd); in TEST_P()
715 bluetooth->sendHciCommand(cmd); in TEST_P()
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h42 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
Dbluetooth_hci.cc120 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h45 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
Dbluetooth_hci.cc168 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp485 hci->sendHciCommand(cmd); in setBufferSizes()
517 hci->sendHciCommand(cmd); in setSynchronousFlowControlEnable()
545 hci->sendHciCommand(write_name); in sendAndCheckHci()
665 hci->sendHciCommand(cmd); in enterLoopbackMode()
717 hci->sendHciCommand(cmd_bytes); in send_and_wait_for_cmd_complete()
752 hci->sendHciCommand(reset); in TEST_P()
762 hci->sendHciCommand(cmd); in TEST_P()
789 hci->sendHciCommand(cmd); in TEST_P()
930 hci->sendHciCommand(cmd); in TEST_P()
941 hci->sendHciCommand(cmd); in TEST_P()
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h41 ndk::ScopedAStatus sendHciCommand(
DBluetoothHci.cpp328 ndk::ScopedAStatus BluetoothHci::sendHciCommand( in sendHciCommand() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp173 mBtHci->sendHciCommand(toHidlVec(hciPacket)); in process()