OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDescriptor
(Results
1 - 5
of
5
) sorted by null
/system/bt/service/test/
gatt_identifier_unittest.cpp
39
EXPECT_FALSE(service0->
IsDescriptor
());
65
EXPECT_FALSE(char0->
IsDescriptor
());
93
EXPECT_TRUE(desc0->
IsDescriptor
());
gatt_server_unittest.cpp
734
EXPECT_TRUE(desc_id->
IsDescriptor
());
742
EXPECT_TRUE(desc_id1->
IsDescriptor
());
[
all
...]
/system/bt/service/common/bluetooth/
gatt_identifier.cpp
164
bool GattIdentifier::
IsDescriptor
() const {
180
if (!
IsDescriptor
())
gatt_identifier.h
73
bool
IsDescriptor
() const;
/system/bt/service/
gatt_server.cpp
279
if (!gatt_id.
IsDescriptor
()) {
579
CHECK(pending_id_->
IsDescriptor
());
678
} else if (iter->second.
IsDescriptor
()) {
746
} else if (iter->second.
IsDescriptor
()) {
885
if (next_entry->id.
IsDescriptor
()) {
Completed in 410 milliseconds