Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_privacy.c70 p_q->resolve_q_action[p_q->q_next] = op_code; in btm_ble_enq_resolving_list_pending()
94 action == p_q->resolve_q_action[i]) in btm_ble_brcm_find_resolving_pending_entry()
985 p_q->resolve_q_action = (UINT8 *)GKI_getbuf(max_irk_list_sz); in btm_ble_resolving_list_init()
1017 if (p_q->resolve_q_action) in btm_ble_resolving_list_cleanup()
1018 GKI_freebuf(p_q->resolve_q_action); in btm_ble_resolving_list_cleanup()
Dbtm_ble_int.h270 UINT8 *resolve_q_action; member