Searched refs:gatt_find_tcb_by_cid (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c559 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL)
611 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL)
666 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL)
722 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL)
756 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL)
784 if ((p_tcb = gatt_find_tcb_by_cid(lcid)) != NULL &&
H A Dgatt_int.h622 extern tGATT_TCB * gatt_find_tcb_by_cid(UINT16 lcid);
H A Dgatt_utils.c1550 ** Function gatt_find_tcb_by_cid
1558 tGATT_TCB * gatt_find_tcb_by_cid (UINT16 lcid) function

Completed in 80 milliseconds