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

/system/bt/stack/btu/
H A Dbtu_hcif.c617 UINT8 encr_enable; local
621 STREAM_TO_UINT8 (encr_enable, p);
623 btm_acl_encrypt_change (handle, status, encr_enable);
624 btm_sec_encrypt_change (handle, status, encr_enable);
/system/bt/stack/btm/
H A Dbtm_ble.c49 extern void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable);
1578 void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable) argument
1585 BTM_TRACE_WARNING ("btm_ble_link_encrypted (No Device Found!) encr_enable=%d", encr_enable);
1589 BTM_TRACE_DEBUG ("btm_ble_link_encrypted encr_enable=%d", encr_enable);
1593 smp_link_encrypted(bd_addr, encr_enable);
1597 if (encr_enable && p_dev_rec->enc_key_size == 0)
1603 if (encr_enable)
H A Dbtm_sec.c111 UINT8 encr_enable);
4187 void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) argument
4194 BTM_TRACE_EVENT ("Security Manager: encrypt_change status:%d State:%d, encr_enable = %d",
4195 status, (p_dev_rec) ? p_dev_rec->sec_state : 0, encr_enable);
4211 if ((status == HCI_SUCCESS) && encr_enable)
4229 if ((status == HCI_SUCCESS) && !encr_enable)
4244 btm_sec_check_pending_enc_req(p_dev_rec, p_acl->transport, encr_enable);
4254 btm_ble_link_encrypted(p_dev_rec->ble.pseudo_addr, encr_enable);
4266 if ((status == HCI_SUCCESS) && encr_enable && (p_dev_rec->hci_handle == handle))
4296 if ((encr_enable
6165 btm_sec_check_pending_enc_req(tBTM_SEC_DEV_REC *p_dev_rec, tBT_TRANSPORT transport, UINT8 encr_enable) argument
[all...]
H A Dbtm_ble_int.h392 extern void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable);
H A Dbtm_int.h974 extern void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable);
1090 extern void btm_sec_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable);
H A Dbtm_acl.c727 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) argument
735 handle, status, encr_enable);
747 if (encr_enable)
/system/bt/stack/smp/
H A Dsmp_act.c2022 void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable) argument
2026 SMP_TRACE_DEBUG("%s encr_enable=%d", __func__, encr_enable);
2032 if (p_cb->loc_enc_size != 0 && encr_enable)
2038 smp_sm_event(&smp_cb, SMP_ENCRYPTED_EVT, &encr_enable);

Completed in 152 milliseconds