Home
last modified time | relevance | path

Searched refs:setBluetoothCmdPacket (Results 1 – 4 of 4) sorted by relevance

/hardware/google/interfaces/bluetooth/ext/aidl/vts/
DVtsHalBluetoothExtTargetTest.cpp34 …ndk::ScopedAStatus setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8_t>& params, bool…
53 ndk::ScopedAStatus BluetoothExtTest::setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8… in setBluetoothCmdPacket() function in BluetoothExtTest
54 ndk::ScopedAStatus status = bluetooth_ext_->setBluetoothCmdPacket(opcode, params, ret_ptr); in setBluetoothCmdPacket()
61 TEST_P(BluetoothExtTest, setBluetoothCmdPacket) { in TEST_P() argument
65 ndk::ScopedAStatus status = setBluetoothCmdPacket(opcode, params, &is_valid_packet); in TEST_P()
/hardware/google/interfaces/bluetooth/ext/aidl/aidl_api/hardware.google.bluetooth.ext/current/hardware/google/bluetooth/ext/
DIBluetoothExt.aidl39 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket() method
/hardware/google/interfaces/bluetooth/ext/aidl/hardware/google/bluetooth/ext/
DIBluetoothExt.aidl30 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket() method
/hardware/google/interfaces/bluetooth/ext/1.0/
DIBluetoothExt.hal29 setBluetoothCmdPacket(uint16_t opcode, vec<uint8_t> params) generates (bool value);