Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/finder/aidl/vts/
DVtsHalBluetoothFinderTargetTest.cpp87 bool pof_status; in TEST_P() local
88 status = getPoweredOffFinderMode(&pof_status); in TEST_P()
90 ASSERT_TRUE(pof_status); in TEST_P()
96 bool pof_status; in TEST_P() local
97 status = getPoweredOffFinderMode(&pof_status); in TEST_P()
99 ASSERT_TRUE(!pof_status); in TEST_P()