Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1220 #ifndef BTA_DM_NUM_CONN_SRVS
1221 #define BTA_DM_NUM_CONN_SRVS 10 macro
1227 tBTA_DM_SRVCS conn_srvc[BTA_DM_NUM_CONN_SRVS];
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c394 if (bta_dm_conn_srvcs.count == BTA_DM_NUM_CONN_SRVS) { in bta_dm_pm_cback()