Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dbt_target.h942 #ifndef L2CAP_LINK_INACTIVITY_TOUT
943 #define L2CAP_LINK_INACTIVITY_TOUT 3 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h1147 #ifndef L2CAP_LINK_INACTIVITY_TOUT
1148 #define L2CAP_LINK_INACTIVITY_TOUT 4 macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c890 l2cb.idle_timeout = L2CAP_LINK_INACTIVITY_TOUT; in l2c_init()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c2020 … bta_sys_start_timer(&bta_dm_search_cb.search_timer, 0, 1000*(L2CAP_LINK_INACTIVITY_TOUT+1) ); in bta_dm_search_result()