Searched refs:kAddrPath (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
H A Dbluetooth_address_test.cc47 constexpr char kAddrPath[] = "/tmp/my_address_in_a_file.txt"; member in namespace:android::hardware::bluetooth::V1_0::implementation
218 FileWriteString(kAddrPath, kTestAddr1);
219 EXPECT_TRUE(property_set(PROPERTY_BT_BDADDR_PATH, kAddrPath) == 0);
224 FileWriteString(kAddrPath, kZeros);
225 EXPECT_TRUE(property_set(PROPERTY_BT_BDADDR_PATH, kAddrPath) == 0);

Completed in 28 milliseconds