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.h275 #define GATT_PERM_WRITE_ENCRYPTED (1 << 5) /* bit 5 */ macro
292 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
296 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_SIGNED)
302 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/system/bt/stack/gatt/
Dgatt_db.cc562 if ((perm & GATT_PERM_WRITE_SIGNED) && (perm & GATT_PERM_WRITE_ENCRYPTED)) { in gatts_write_attr_perm_check()
563 perm = GATT_PERM_WRITE_ENCRYPTED; in gatts_write_attr_perm_check()
568 (perm & GATT_PERM_WRITE_ENCRYPTED)) || in gatts_write_attr_perm_check()