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

  /system/bt/service/test/
gatt_identifier_unittest.cpp 42 EXPECT_FALSE(service0->GetOwningCharacteristicId());
67 EXPECT_FALSE(char0->GetOwningCharacteristicId());
95 EXPECT_TRUE(*desc0->GetOwningCharacteristicId() == *char0);
gatt_server_unittest.cpp 735 EXPECT_TRUE(*desc_id->GetOwningCharacteristicId() == *char_id1);
743 EXPECT_TRUE(*desc_id1->GetOwningCharacteristicId() == *char_id1);
    [all...]
  /system/bt/service/common/bluetooth/
gatt_identifier.h 81 std::unique_ptr<GattIdentifier> GetOwningCharacteristicId() const;
gatt_identifier.cpp 179 GattIdentifier::GetOwningCharacteristicId() const {

Completed in 61 milliseconds