Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c352 act = GATT_SEC_ENCRYPT_NO_MITM; in gatt_determine_sec_act()
440 case GATT_SEC_ENCRYPT_NO_MITM: in gatt_convert_sec_action()
487 case GATT_SEC_ENCRYPT_NO_MITM: in gatt_security_check_start()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h47 #define GATT_SEC_ENCRYPT_NO_MITM 4 /* unauthenticated encryption or better */ macro