Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c166 btm_cb.api.p_link_key_callback = p_callback; in BTM_SecRegisterLinkKeyNotificationCallback()
4472 if (btm_cb.api.p_link_key_callback) in btm_sec_link_key_notification()
4474 (*btm_cb.api.p_link_key_callback) (p_bda, p_dev_rec->dev_class, p_dev_rec->sec_bd_name, in btm_sec_link_key_notification()
5255 if (btm_cb.api.p_link_key_callback) in btm_send_link_key_notif()
5256 (*btm_cb.api.p_link_key_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, in btm_send_link_key_notif()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1682 tBTM_LINK_KEY_CALLBACK *p_link_key_callback; member