Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c414 *p_recycle = NULL; in bta_gattc_srcb_alloc() local
423 p_recycle = p_tcb; in bta_gattc_srcb_alloc()
428 if (!found && !p_recycle) { in bta_gattc_srcb_alloc()
431 else if (!found && p_recycle) { in bta_gattc_srcb_alloc()
432 p_tcb = p_recycle; in bta_gattc_srcb_alloc()