Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c1603 tBTM_BLE_LOCAL_KEYS *p_locak_keys = NULL; in btm_notify_new_key() local
1613 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.id_keys; in btm_notify_new_key()
1618 p_locak_keys = (tBTM_BLE_LOCAL_KEYS *)&btm_cb.devcb.er; in btm_notify_new_key()
1625 if (p_locak_keys != NULL) in btm_notify_new_key()
1626 (*btm_cb.api.p_le_key_callback) (key_type, p_locak_keys); in btm_notify_new_key()