Home
last modified time | relevance | path

Searched refs:GATT_READ_ENCRYPTED_REQUIRED (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc107 if ((perm & GATT_READ_ENCRYPTED_REQUIRED) && !sec_flag.is_encrypted) { in gatts_check_attr_readability()
112 if ((perm & GATT_READ_ENCRYPTED_REQUIRED) && sec_flag.is_encrypted && in gatts_check_attr_readability()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h347 #define GATT_READ_ENCRYPTED_REQUIRED \ macro