Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h172 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro
189 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
193 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)
199 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/system/bt/stack/gatt/
Dgatt_db.cc534 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()
535 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()
540 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()