Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_utils.c388 *p_recycle = NULL; in bta_gattc_srcb_alloc() local
401 p_recycle = p_tcb; in bta_gattc_srcb_alloc()
406 if (!found && !p_recycle) in bta_gattc_srcb_alloc()
408 else if (!found && p_recycle) in bta_gattc_srcb_alloc()
409 p_tcb = p_recycle; in bta_gattc_srcb_alloc()