Home
last modified time | relevance | path

Searched refs:BTM_BLE_SEC_ENCRYPT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c438 *p_btm_sec_act = BTM_BLE_SEC_ENCRYPT; in gatt_convert_sec_action()
Dgatt_db.c424 tBTM_BLE_SEC_ACT sec_act = BTM_BLE_SEC_ENCRYPT; in gatts_db_read_attr_value_by_type()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1102 ble_sec_act = BTM_BLE_SEC_ENCRYPT; in btm_ble_start_sec_check()
1559 case BTM_BLE_SEC_ENCRYPT: in btm_ble_set_encryption()
1569 if ((link_role == BTM_ROLE_MASTER) && (sec_act != BTM_BLE_SEC_ENCRYPT)) { in btm_ble_set_encryption()
Dbtm_sec.c6087 || (sec_act == BTM_BLE_SEC_ENCRYPT || sec_act == BTM_BLE_SEC_ENCRYPT_NO_MITM) in btm_sec_check_pending_enc_req()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1220 #define BTA_DM_BLE_SEC_ENCRYPT BTM_BLE_SEC_ENCRYPT
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h573 #define BTM_BLE_SEC_ENCRYPT 1 /* encrypt the link using current key */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1347 sec_flag = BTM_BLE_SEC_ENCRYPT; in bta_hh_start_security()