Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request_test.cc139 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local
140 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()
141 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
212 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local
213 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()
215 RemoteNameRequestCancelView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
452 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local
453 ASSERT_TRUE(discovery_command.IsValid()); in TEST_F()
454 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
537 auto discovery_command = DiscoveryCommandView::Create(command); in TEST_F() local
[all …]