Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c49 extern void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable);
1700 void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable) in btm_ble_link_encrypted() argument
1706 BTM_TRACE_WARNING ("btm_ble_link_encrypted (No Device Found!) encr_enable=%d", encr_enable); in btm_ble_link_encrypted()
1710 BTM_TRACE_DEBUG ("btm_ble_link_encrypted encr_enable=%d", encr_enable); in btm_ble_link_encrypted()
1714 smp_link_encrypted(bd_addr, encr_enable); in btm_ble_link_encrypted()
1718 if (encr_enable && p_dev_rec->enc_key_size == 0) { in btm_ble_link_encrypted()
1724 if (encr_enable) { in btm_ble_link_encrypted()
Dbtm_sec.c108 UINT8 encr_enable);
4072 void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) in btm_sec_encrypt_change() argument
4079 status, (p_dev_rec) ? p_dev_rec->sec_state : 0, encr_enable); in btm_sec_encrypt_change()
4095 if ((status == HCI_SUCCESS) && encr_enable) { in btm_sec_encrypt_change()
4110 if ((status == HCI_SUCCESS) && !encr_enable) { in btm_sec_encrypt_change()
4124 btm_sec_check_pending_enc_req(p_dev_rec, p_acl->transport, encr_enable); in btm_sec_encrypt_change()
4133 btm_ble_link_encrypted(p_dev_rec->ble.pseudo_addr, encr_enable); in btm_sec_encrypt_change()
4143 if ((status == HCI_SUCCESS) && encr_enable && (p_dev_rec->hci_handle == handle)) { in btm_sec_encrypt_change()
4167 if ((encr_enable == 1) && /* encryption is ON for SSP */ in btm_sec_encrypt_change()
4183 btm_sec_check_pending_enc_req (p_dev_rec, BT_TRANSPORT_BR_EDR, encr_enable); in btm_sec_encrypt_change()
[all …]
Dbtm_acl.c778 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) in btm_acl_encrypt_change() argument
785 handle, status, encr_enable); in btm_acl_encrypt_change()
793 if (encr_enable) { in btm_acl_encrypt_change()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1998 void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable) in smp_link_encrypted() argument
2002 SMP_TRACE_DEBUG("%s encr_enable=%d\n", __func__, encr_enable); in smp_link_encrypted()
2007 if (p_cb->loc_enc_size != 0 && encr_enable) { in smp_link_encrypted()
2012 smp_sm_event(&smp_cb, SMP_ENCRYPTED_EVT, &encr_enable); in smp_link_encrypted()
2022 smp_sm_event(&smp_cb, SMP_ENCRYPTED_EVT, &encr_enable); in smp_link_encrypted()
2028 smp_sm_event(&smp_cb, SMP_ENCRYPTED_EVT, &encr_enable); in smp_link_encrypted()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c783 UINT8 encr_enable; in btu_hcif_encryption_change_evt() local
787 STREAM_TO_UINT8 (encr_enable, p); in btu_hcif_encryption_change_evt()
789 btm_acl_encrypt_change (handle, status, encr_enable); in btu_hcif_encryption_change_evt()
790 btm_sec_encrypt_change (handle, status, encr_enable); in btu_hcif_encryption_change_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1064 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable);
1191 void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable);
Dbtm_ble_int.h433 void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable);