Home
last modified time | relevance | path

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

/hardware/google/interfaces/bluetooth/ccc/aidl/vts/
DVtsHalBluetoothCccTargetTest.cpp60 bluetooth_ccc = IBluetoothCcc::fromBinder( in SetUp()
62 ASSERT_NE(bluetooth_ccc, nullptr); in SetUp()
70 bluetooth_ccc = nullptr; in TearDown()
71 ASSERT_EQ(bluetooth_ccc, nullptr); in TearDown()
79 std::shared_ptr<IBluetoothCcc> bluetooth_ccc; member in BluetoothCccTest
87 return bluetooth_ccc->registerForLmpEvents(ccc_callback, std::array<uint8_t, 6>(addr), events); in registerForLmpEvents()
91 return bluetooth_ccc->unregisterLmpEvents(std::array<uint8_t, 6>(addr)); in unregisterLmpEvents()