Searched refs:IsService (Results 1 - 6 of 6) sorted by relevance

/system/bt/service/hal/
H A Dgatt_helpers.cpp26 CHECK(id.IsService());
/system/bt/service/common/bluetooth/
H A Dgatt_identifier.cpp52 if (!service_id.IsService())
152 bool GattIdentifier::IsService() const { function in class:bluetooth::GattIdentifier
171 if (IsService())
H A Dgatt_identifier.h71 bool IsService() const;
/system/bt/service/test/
H A Dgatt_identifier_unittest.cpp37 EXPECT_TRUE(service0->IsService());
63 EXPECT_FALSE(char0->IsService());
91 EXPECT_FALSE(desc0->IsService());
H A Dgatt_server_unittest.cpp402 EXPECT_TRUE(service_id->IsService());
423 EXPECT_TRUE(service_id->IsService());
466 EXPECT_TRUE(service_id1->IsService());
/system/bt/service/
H A Dgatt_server.cpp193 CHECK(service_id->IsService());
222 if (!gatt_id->IsService())
250 CHECK(pending_decl_->service_id.IsService());
512 CHECK(pending_id_->IsService());

Completed in 188 milliseconds