Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 4 of 4) 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.cc117 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.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp374 bluetooth->sendHciCommand(cmd); in setBufferSizes()
424 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI()
571 bluetooth->sendHciCommand(cmd); in enterLoopbackMode()
625 bluetooth->sendHciCommand(cmd); in TEST_F()
633 bluetooth->sendHciCommand(cmd); in TEST_F()
654 bluetooth->sendHciCommand(cmd); in TEST_F()