HomeSort by relevance Sort by last modified time
    Searched refs:GAP_MAX_BLOCKS (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 36 #define GAP_MAX_BLOCKS 2 /* Concurrent GAP commands pending at a time*/
164 tGAP_INFO blk[GAP_MAX_BLOCKS];
165 tBTM_CMPL_CB *btm_cback[GAP_MAX_BLOCKS];
208 #if GAP_MAX_BLOCKS > 1
211 #if GAP_MAX_BLOCKS > 2
gap_utils.c 35 ** GAP_MAX_BLOCKS
45 if (index < GAP_MAX_BLOCKS && gap_cb.blk[index].in_use)
101 #if GAP_MAX_BLOCKS > 1
107 #if GAP_MAX_BLOCKS > 2
129 for (index = 0, p_cb = &gap_cb.blk[0]; index < GAP_MAX_BLOCKS; index++, p_cb++)
328 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
382 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
gap_api.c 527 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
566 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
    [all...]

Completed in 439 milliseconds