Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h200 #define GATT_WRITE_MITM_REQUIRED (GATT_PERM_WRITE_ENC_MITM | GATT_PERM_WRITE_SIGNED_MITM) macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c1182 … } else if ((perm & GATT_WRITE_MITM_REQUIRED ) && !(sec_flag & GATT_SEC_FLAG_LKEY_AUTHED)) { in gatts_write_attr_perm_check()