Home
last modified time | relevance | path

Searched refs:kAttributePermissionBitEncryptionRequired (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/att/
Dattribute.cc30 value_ |= kAttributePermissionBitEncryptionRequired; in AccessRequirements()
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Dattribute.h64 return value_ & kAttributePermissionBitEncryptionRequired; in encryption_required()
Datt.h55 inline constexpr uint8_t kAttributePermissionBitEncryptionRequired = (1 << 1); variable