Home | History | Annotate | Download | only in gatt

Lines Matching refs:xx

1103     UINT8  xx;
1119 for (xx = 0; xx < LEN_UUID_128 - 4; xx++)
1121 if (p_uuid[xx] != base_uuid[xx])
1670 UINT16 xx = 0;
1673 for (xx = 0; xx < GATT_MAX_PHY_CHANNEL; xx++)
1675 if (gatt_cb.tcb[xx].in_use && gatt_cb.tcb[xx].att_lcid == lcid)
1677 p_tcb = &gatt_cb.tcb[xx];