HomeSort by relevance Sort by last modified time
    Searched refs:IsCharacteristic (Results 1 - 5 of 5) sorted by null

  /system/bt/service/test/
gatt_identifier_unittest.cpp 38 EXPECT_FALSE(service0->IsCharacteristic());
64 EXPECT_TRUE(char0->IsCharacteristic());
92 EXPECT_FALSE(desc0->IsCharacteristic());
gatt_server_unittest.cpp 562 EXPECT_TRUE(char_id0->IsCharacteristic());
563 EXPECT_TRUE(char_id1->IsCharacteristic());
    [all...]
  /system/bt/service/common/bluetooth/
gatt_identifier.cpp 67 if (!char_id.IsCharacteristic())
158 bool GattIdentifier::IsCharacteristic() const {
gatt_identifier.h 72 bool IsCharacteristic() const;
  /system/bt/service/
gatt_server.cpp 243 if (!gatt_id.IsCharacteristic())
272 if (gatt_id.IsCharacteristic()) {
546 CHECK(pending_id_->IsCharacteristic());
675 if (iter->second.IsCharacteristic()) {
742 if (iter->second.IsCharacteristic()) {
864 if (next_entry->id.IsCharacteristic()) {

Completed in 194 milliseconds