Searched refs:sendHciCommand (Results 1 – 7 of 7) 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 | 120 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/ |
D | bluetooth_hci.h | 45 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
|
D | bluetooth_hci.cc | 168 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/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 357 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/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 369 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()
|