Home
last modified time | relevance | path

Searched refs:BTM_BLE_SEC_ENCRYPT_NO_MITM (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/gatt/
Dgatt_auth.cc391 *p_btm_sec_act = BTM_BLE_SEC_ENCRYPT_NO_MITM; in gatt_convert_sec_action()
/system/bt/stack/btm/
Dbtm_ble.cc1115 ble_sec_act = BTM_BLE_SEC_ENCRYPT_NO_MITM; in btm_ble_start_sec_check()
1538 case BTM_BLE_SEC_ENCRYPT_NO_MITM: in btm_ble_set_encryption()
1540 auth_req = (sec_act == BTM_BLE_SEC_ENCRYPT_NO_MITM) in btm_ble_set_encryption()
Dbtm_sec.cc5817 p_e->sec_act == BTM_BLE_SEC_ENCRYPT_NO_MITM || in btm_sec_check_pending_enc_req()
/system/bt/bta/include/
Dbta_api.h795 #define BTA_DM_BLE_SEC_NO_MITM BTM_BLE_SEC_ENCRYPT_NO_MITM
/system/bt/stack/include/
Dbtm_api_types.h540 #define BTM_BLE_SEC_ENCRYPT_NO_MITM 2 macro
/system/bt/bta/hh/
Dbta_hh_le.cc1113 sec_flag = BTM_BLE_SEC_ENCRYPT_NO_MITM; in bta_hh_start_security()