Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_auth.c360 act = GATT_SEC_ENCRYPT_NO_MITM; in gatt_determine_sec_act()
453 case GATT_SEC_ENCRYPT_NO_MITM: in gatt_convert_sec_action()
496 case GATT_SEC_ENCRYPT_NO_MITM: in gatt_security_check_start()
Dgatt_int.h45 #define GATT_SEC_ENCRYPT_NO_MITM 4 /* unauthenticated encryption or better */ macro