Searched refs:chg_link_key_ref_data (Results 1 – 2 of 2) sorted by relevance
724 memset (&btm_cb.devcb.chg_link_key_ref_data, 0, sizeof(tBTM_CHANGE_KEY_CMPL)); in BTM_ChangeLinkKey()780 memcpy (btm_cb.devcb.chg_link_key_ref_data.remote_bd_addr, remote_bd_addr, in BTM_ChangeLinkKey()807 p_data = &btm_cb.devcb.chg_link_key_ref_data; in btm_acl_link_key_change()970 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_acl_encrypt_change()982 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_acl_encrypt_change()2942 btm_cb.devcb.chg_link_key_ref_data.hci_status = hci_status; in btm_cont_rswitch_or_chglinkkey()2943 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_cont_rswitch_or_chglinkkey()
167 tBTM_CHANGE_KEY_CMPL chg_link_key_ref_data; member