Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp156 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp()
157 ASSERT_NE(bluetooth_cb, nullptr); in SetUp()
171 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp()
173 bluetooth_cb->SetWaitTimeout(kCallbackNameInitializationComplete, in SetUp()
175 bluetooth_cb->SetWaitTimeout(kCallbackNameHciEventReceived, in SetUp()
177 bluetooth_cb->SetWaitTimeout(kCallbackNameAclEventReceived, in SetUp()
179 bluetooth_cb->SetWaitTimeout(kCallbackNameScoEventReceived, in SetUp()
183 bluetooth_cb->WaitForCallback(kCallbackNameInitializationComplete) in SetUp()
270 sp<BluetoothHciCallbacks> bluetooth_cb; member in BluetoothHidlTest
458 ASSERT_TRUE(bluetooth_cb->WaitForCallback(kCallbackNameScoEventReceived) in sendAndCheckSCO()
[all …]
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp157 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp()
158 ASSERT_NE(bluetooth_cb, nullptr); in SetUp()
172 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp()
174 bluetooth_cb->SetWaitTimeout(kCallbackNameInitializationComplete, in SetUp()
176 bluetooth_cb->SetWaitTimeout(kCallbackNameHciEventReceived, in SetUp()
178 bluetooth_cb->SetWaitTimeout(kCallbackNameAclEventReceived, in SetUp()
180 bluetooth_cb->SetWaitTimeout(kCallbackNameScoEventReceived, in SetUp()
184 bluetooth_cb->WaitForCallback(kCallbackNameInitializationComplete) in SetUp()
280 sp<BluetoothHciCallbacks> bluetooth_cb; member in BluetoothHidlTest
470 EXPECT_TRUE(bluetooth_cb->WaitForCallback(kCallbackNameScoEventReceived) in sendAndCheckSCO()
[all …]