Searched refs:sendHciCommand (Results 1 – 4 of 4) sorted by relevance
/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"}) 59 sendHciCommand(HciPacket command); 67 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.h | 42 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
|
D | bluetooth_hci.cc | 117 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/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 374 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()
|