Home
last modified time | relevance | path

Searched refs:BTM_SEC_ENCRYPT_MITM (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h977 #define BTM_SEC_ENCRYPT_MITM 4 /* authenticated encryption */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1037 return BTM_SEC_ENCRYPT_MITM; in btm_ble_determine_security_act()
1105 case BTM_SEC_ENCRYPT_MITM: in btm_ble_start_sec_check()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1605 if (sec_act == BTM_SEC_ENCRYPT_MITM) in l2cble_sec_comp()