Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_privacy.c73 p_q->resolve_q_action[p_q->q_next] = op_code; in btm_ble_enq_resolving_list_pending()
96 action == p_q->resolve_q_action[i]) { in btm_ble_brcm_find_resolving_pending_entry()
1090 p_q->resolve_q_action = (UINT8 *)osi_malloc(max_irk_list_sz); in btm_ble_resolving_list_init()
1125 if (p_q->resolve_q_action) { in btm_ble_resolving_list_cleanup()
1126 osi_free(p_q->resolve_q_action); in btm_ble_resolving_list_cleanup()
1127 p_q->resolve_q_action = NULL; in btm_ble_resolving_list_cleanup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h302 UINT8 *resolve_q_action; member