Searched refs:kTestAddr1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_profile_queue_test.cc | 59 static const RawAddress kTestAddr1; member in BtifProfileQueueTest 70 const RawAddress BtifProfileQueueTest::kTestAddr1{ 77 if (*bda == BtifProfileQueueTest::kTestAddr1) { in test_connect_cb() 95 btif_queue_connect(kTestUuid1, &kTestAddr1, test_connect_cb); in TEST_F() 101 if (*bda == BtifProfileQueueTest::kTestAddr1) { in test_connect_cb_fail() 121 btif_queue_connect(kTestUuid1, &kTestAddr1, test_connect_cb); in TEST_F() 126 btif_queue_connect(kTestUuid2, &kTestAddr1, test_connect_cb_fail); in TEST_F() 144 btif_queue_connect(kTestUuid1, &kTestAddr1, test_connect_cb); in TEST_F() 148 btif_queue_connect(kTestUuid1, &kTestAddr1, test_connect_cb); in TEST_F() 160 btif_queue_connect(kTestUuid1, &kTestAddr1, test_connect_cb); in TEST_F() [all …]
|