Home
last modified time | relevance | path

Searched refs:L2CAP_LINK_INACTIVITY_TOUT (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h997 #ifndef L2CAP_LINK_INACTIVITY_TOUT
998 #define L2CAP_LINK_INACTIVITY_TOUT 4 macro
1326 #if (L2CAP_LINK_INACTIVITY_TOUT > 0)
1327 #define SMP_LINK_TOUT_MIN L2CAP_LINK_INACTIVITY_TOUT
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c860 l2cb.idle_timeout = L2CAP_LINK_INACTIVITY_TOUT; in l2c_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c2165 … bta_sys_start_timer(&bta_dm_search_cb.search_timer, 0, 1000 * (L2CAP_LINK_INACTIVITY_TOUT + 1) ); in bta_dm_search_result()