Home
last modified time | relevance | path

Searched refs:chg_link_key_ref_data (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c713 memset (&btm_cb.devcb.chg_link_key_ref_data, 0, sizeof(tBTM_CHANGE_KEY_CMPL)); in BTM_ChangeLinkKey()
766 memcpy (btm_cb.devcb.chg_link_key_ref_data.remote_bd_addr, remote_bd_addr, in BTM_ChangeLinkKey()
793 p_data = &btm_cb.devcb.chg_link_key_ref_data; in btm_acl_link_key_change()
956 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_acl_encrypt_change()
968 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_acl_encrypt_change()
3204 btm_cb.devcb.chg_link_key_ref_data.hci_status = hci_status; in btm_cont_rswitch_or_chglinkkey()
3205 (*btm_cb.devcb.p_chg_link_key_cb)(&btm_cb.devcb.chg_link_key_ref_data); in btm_cont_rswitch_or_chglinkkey()
Dbtm_int.h173 tBTM_CHANGE_KEY_CMPL chg_link_key_ref_data; member