Home
last modified time | relevance | path

Searched refs:MAX_ACL_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h310 #define MAX_ACL_CONNECTIONS UC_BT_ACL_CONNECTIONS macro
1083 #ifndef MAX_ACL_CONNECTIONS
1086 #define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS
1095 #define MAX_L2CAP_CHANNELS MAX_ACL_CONNECTIONS //This is used in the BLE client when star…
1097 #define MAX_L2CAP_CHANNELS (MAX_ACL_CONNECTIONS * 2) //This is used in the BLE client whe…
1605 #ifndef MAX_ACL_CONNECTIONS
1608 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h178 #define BTM_BLE_CONN_INT_MAX_DEF (((MAX_ACL_CONNECTIONS + 1) * 4) > 12 ? ((MAX_ACL_CONNECTIONS
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c38 #define EXT_CONN_INT_DEF_1M MAX(((MAX_ACL_CONNECTIONS + 1) * 4), 12)
39 #define EXT_CONN_INT_DEF_2M MAX(((MAX_ACL_CONNECTIONS + 1) * 2), 12)
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1335 #define BTA_DM_NUM_PEER_DEVICE MAX_ACL_CONNECTIONS