Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h276 #define GATT_PERM_WRITE_ENC_MITM (1 << 6) /* bit 6 */ macro
292 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
299 (GATT_PERM_WRITE_ENC_MITM | GATT_PERM_WRITE_SIGNED_MITM)
302 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
/system/bt/stack/gatt/
Dgatt_db.cc571 (perm & GATT_PERM_WRITE_ENC_MITM))) { in gatts_write_attr_perm_check()
572 perm = GATT_PERM_WRITE_ENC_MITM; in gatts_write_attr_perm_check()