Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h27 #define GAP_MAX_BLOCKS 2 /* Concurrent GAP commands pending at a time*/ macro
127 tGAP_INFO blk[GAP_MAX_BLOCKS];
128 tBTM_CMPL_CB *btm_cback[GAP_MAX_BLOCKS];
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c39 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++) { in gap_allocate_cb()
90 for (x = 0; x < GAP_MAX_BLOCKS; x++, p_cb++) { in gap_is_service_busy()