Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c2213 if (btm_cb.devcb.p_stored_link_key_cmpl_cb) in BTM_ReadStoredLinkKey()
2229 btm_cb.devcb.p_stored_link_key_cmpl_cb = p_cb; in BTM_ReadStoredLinkKey()
2259 if (btm_cb.devcb.p_stored_link_key_cmpl_cb) in BTM_WriteStoredLinkKey()
2269 btm_cb.devcb.p_stored_link_key_cmpl_cb = p_cb; in BTM_WriteStoredLinkKey()
2297 if (btm_cb.devcb.p_stored_link_key_cmpl_cb) in BTM_DeleteStoredLinkKey()
2313 btm_cb.devcb.p_stored_link_key_cmpl_cb = p_cb; in BTM_DeleteStoredLinkKey()
2335 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_stored_link_key_cmpl_cb; in btm_read_stored_link_key_complete()
2339 btm_cb.devcb.p_stored_link_key_cmpl_cb = NULL; in btm_read_stored_link_key_complete()
2377 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_stored_link_key_cmpl_cb; in btm_write_stored_link_key_complete()
2381 btm_cb.devcb.p_stored_link_key_cmpl_cb = NULL; in btm_write_stored_link_key_complete()
[all …]
Dbtm_int.h145 tBTM_CMPL_CB *p_stored_link_key_cmpl_cb; /* Read/Write/Delete stored link key */ member