Searched refs:ble_sec_act (Results 1 – 1 of 1) sorted by relevance
853 tBTM_BLE_SEC_REQ_ACT ble_sec_act; in btm_ble_determine_security_act() local854 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act); in btm_ble_determine_security_act()856 BTM_TRACE_DEBUG("%s ble_sec_act %d", __func__, ble_sec_act); in btm_ble_determine_security_act()858 if (ble_sec_act == BTM_BLE_SEC_REQ_ACT_DISCARD) return BTM_SEC_ENC_PENDING; in btm_ble_determine_security_act()860 if (ble_sec_act == BTM_BLE_SEC_REQ_ACT_NONE) return BTM_SEC_OK; in btm_ble_determine_security_act()941 tBTM_BLE_SEC_ACT ble_sec_act = BTM_BLE_SEC_NONE; in btm_ble_start_sec_check() local953 ble_sec_act = BTM_BLE_SEC_ENCRYPT; in btm_ble_start_sec_check()958 ble_sec_act = BTM_BLE_SEC_ENCRYPT_MITM; in btm_ble_start_sec_check()963 ble_sec_act = BTM_BLE_SEC_ENCRYPT_NO_MITM; in btm_ble_start_sec_check()971 if (ble_sec_act == BTM_BLE_SEC_NONE) { in btm_ble_start_sec_check()[all …]