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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_int.h36 #define GAP_MAX_BLOCKS 2 /* Concurrent GAP commands pending at a time*/ macro
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
H A Dgap_utils.c35 ** 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++)
H A Dgap_api.c527 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
566 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++)
879 /*** Initialize the callbacks for BTM; Needs to be one per GAP_MAX_BLOCKS ***/
881 #if GAP_MAX_BLOCKS > 1
884 #if GAP_MAX_BLOCKS > 2

Completed in 44 milliseconds