Home
last modified time | relevance | path

Searched refs:GAP_MAX_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/gap/
Dgap_int.h27 #define GAP_MAX_BLOCKS 2 /* Concurrent GAP commands pending at a time*/ macro
135 tGAP_INFO blk[GAP_MAX_BLOCKS];
136 tBTM_CMPL_CB *btm_cback[GAP_MAX_BLOCKS];
Dgap_utils.c38 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++) in gap_allocate_cb()
92 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++) in gap_is_service_busy()