Lines Matching defs:index
32 ** There are different callbacks based on the control block index so that
39 static void btm_cback(UINT16 index, void *p_data)
44 /* Make sure that the index is valid AND it is in use */
45 if (index < GAP_MAX_BLOCKS && gap_cb.blk[index].in_use)
47 p_cb = &gap_cb.blk[index];
118 UINT8 index;
129 for (index = 0, p_cb = &gap_cb.blk[0]; index < GAP_MAX_BLOCKS; index++, p_cb++)
335 p_cb->index = x;