Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c231 for (i = 0; i < BTM_BLE_MAX_BG_CONN_DEV_NUM && rt; i ++, p_dev_op ++) { in btm_execute_wl_dev_operation()
252 for (i = 0; i < BTM_BLE_MAX_BG_CONN_DEV_NUM; i ++, p_dev_op ++) { in btm_enq_wl_dev_operation()
260 if (i != BTM_BLE_MAX_BG_CONN_DEV_NUM) { in btm_enq_wl_dev_operation()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h209 #define BTM_BLE_MAX_BG_CONN_DEV_NUM 10 macro
371 tBTM_BLE_WL_OP wl_op_q[BTM_BLE_MAX_BG_CONN_DEV_NUM];