Home
last modified time | relevance | path

Searched refs:BTM_BLE_SEC_ENCRYPT_MITM (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/gatt/
Dgatt_auth.c458 *p_btm_sec_act = BTM_BLE_SEC_ENCRYPT_MITM; in gatt_convert_sec_action()
/system/bt/stack/btm/
Dbtm_ble.c994 ble_sec_act = BTM_BLE_SEC_ENCRYPT_MITM; in btm_ble_start_sec_check()
1434 if (sec_act == BTM_BLE_SEC_ENCRYPT_MITM) in btm_ble_set_encryption()
1451 case BTM_BLE_SEC_ENCRYPT_MITM: in btm_ble_set_encryption()
Dbtm_sec.c6187 || (p_e->sec_act == BTM_BLE_SEC_ENCRYPT_MITM && p_dev_rec->sec_flags in btm_sec_check_pending_enc_req()
/system/bt/bta/include/
Dbta_api.h1063 #define BTA_DM_BLE_SEC_MITM BTM_BLE_SEC_ENCRYPT_MITM
/system/bt/stack/include/
Dbtm_api.h524 #define BTM_BLE_SEC_ENCRYPT_MITM 3 macro