Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.c808 … else if ((perm & GATT_WRITE_ENCRYPTED_PERM ) && !(sec_flag & GATT_SEC_FLAG_ENCRYPTED)) in gatts_write_attr_perm_check()
813 …else if ((perm & GATT_WRITE_ENCRYPTED_PERM ) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED) && (key_size … in gatts_write_attr_perm_check()
/system/bt/stack/include/
Dgatt_api.h183 #define GATT_WRITE_ENCRYPTED_PERM (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM) macro