Searched refs:p_link_key (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1202 void btm_sec_link_key_notification (UINT8 *p_bda, UINT8 *p_link_key, UINT8 key_type);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 4694 void btm_sec_link_key_notification (UINT8 *p_bda, UINT8 *p_link_key, UINT8 key_type) in btm_sec_link_key_notification() argument 4745 memcpy (p_dev_rec->link_key, p_link_key, LINK_KEY_LEN); in btm_sec_link_key_notification() 4763 p_link_key, p_dev_rec->link_key_type, in btm_sec_link_key_notification() 4828 p_link_key, p_dev_rec->link_key_type, in btm_sec_link_key_notification()
|