Searched refs:kTestAddress0 (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/service/test/ |
H A D | gatt_server_unittest.cc | 390 const std::string kTestAddress0 = "01:23:45:67:89:AB"; in TEST_F() local 397 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 401 ASSERT_TRUE(RawAddress::FromString(kTestAddress0, hal_addr0)); in TEST_F() 470 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 483 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId1, in TEST_F() 500 const std::string kTestAddress0 = "01:23:45:67:89:AB"; in TEST_F() local 511 ASSERT_TRUE(RawAddress::FromString(kTestAddress0, hal_addr0)); in TEST_F() 581 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, in TEST_F() 594 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId1, in TEST_F() 614 const std::string kTestAddress0 = "01:23:45:67:89:AB"; in TEST_F() local [all …]
|