Searched refs:bluetooth_ext_ (Results 1 – 1 of 1) sorted by relevance
37 std::shared_ptr<IBluetoothExt> bluetooth_ext_; member in BluetoothExtTest42 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()