Home
last modified time | relevance | path

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

/hardware/google/interfaces/bluetooth/ext/aidl/vts/
DVtsHalBluetoothExtTargetTest.cpp37 std::shared_ptr<IBluetoothExt> bluetooth_ext_; member in BluetoothExtTest
42 bluetooth_ext_ = IBluetoothExt::fromBinder( in SetUp()
44 ASSERT_NE(bluetooth_ext_, nullptr); in SetUp()
49 bluetooth_ext_ = nullptr; in TearDown()
50 ASSERT_EQ(bluetooth_ext_, nullptr); in TearDown()
54 ndk::ScopedAStatus status = bluetooth_ext_->setBluetoothCmdPacket(opcode, params, ret_ptr); in setBluetoothCmdPacket()