Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 7 of 7) 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/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/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp357 bluetooth->sendHciCommand(cmd); in setBufferSizes()
407 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI()
543 bluetooth->sendHciCommand(cmd); in enterLoopbackMode()
597 bluetooth->sendHciCommand(cmd); in TEST_P()
605 bluetooth->sendHciCommand(cmd); in TEST_P()
626 bluetooth->sendHciCommand(cmd); in TEST_P()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp369 bluetooth->sendHciCommand(cmd); in setBufferSizes()
419 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI()
566 bluetooth->sendHciCommand(cmd); in enterLoopbackMode()
620 bluetooth->sendHciCommand(cmd); in TEST_P()
628 bluetooth->sendHciCommand(cmd); in TEST_P()
649 bluetooth->sendHciCommand(cmd); in TEST_P()