Searched defs:encr_enable (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_act.cc1850 void smp_link_encrypted(BD_ADDR bda, uint8_t encr_enable) { argument
1853 SMP_TRACE_DEBUG("%s encr_enable=%d", __func__, encr_enable);
1859 if (p_cb->loc_enc_size != 0 && encr_enable) {
1864 smp_sm_event(&smp_cb, SMP_ENCRYPTED_EVT, &encr_enable);
/system/bt/stack/btm/
H A Dbtm_acl.cc645 uint8_t encr_enable) {
652 handle, status, encr_enable);
663 if (encr_enable) {
644 btm_acl_encrypt_change(uint16_t handle, uint8_t status, uint8_t encr_enable) argument
H A Dbtm_ble.cc1508 void btm_ble_link_encrypted(BD_ADDR bd_addr, uint8_t encr_enable) { argument
1514 "btm_ble_link_encrypted (No Device Found!) encr_enable=%d",
1515 encr_enable);
1519 BTM_TRACE_DEBUG("btm_ble_link_encrypted encr_enable=%d", encr_enable);
1523 smp_link_encrypted(bd_addr, encr_enable);
1527 if (encr_enable && p_dev_rec->enc_key_size == 0)
1532 if (encr_enable)
H A Dbtm_sec.cc116 uint8_t encr_enable);
4084 uint8_t encr_enable) {
4089 "Security Manager: encrypt_change status:%d State:%d, encr_enable = %d",
4090 status, (p_dev_rec) ? p_dev_rec->sec_state : 0, encr_enable);
4105 if ((status == HCI_SUCCESS) && encr_enable) {
4121 if ((status == HCI_SUCCESS) && !encr_enable) {
4134 btm_sec_check_pending_enc_req(p_dev_rec, p_acl->transport, encr_enable);
4142 btm_ble_link_encrypted(p_dev_rec->ble.pseudo_addr, encr_enable);
4152 if ((status == HCI_SUCCESS) && encr_enable &&
4183 if ((encr_enable
4083 btm_sec_encrypt_change(uint16_t handle, uint8_t status, uint8_t encr_enable) argument
5955 btm_sec_check_pending_enc_req(tBTM_SEC_DEV_REC* p_dev_rec, tBT_TRANSPORT transport, uint8_t encr_enable) argument
[all...]
/system/bt/stack/btu/
H A Dbtu_hcif.cc728 uint8_t encr_enable; local
732 STREAM_TO_UINT8(encr_enable, p);
734 btm_acl_encrypt_change(handle, status, encr_enable);
735 btm_sec_encrypt_change(handle, status, encr_enable);

Completed in 92 milliseconds