Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/include/
Dbt_target.h1257 #ifndef L2CAP_LINK_INACTIVITY_TOUT
1258 #define L2CAP_LINK_INACTIVITY_TOUT 4 macro
/external/libnfc-nci/src/include/
Dbt_target.h970 #ifndef L2CAP_LINK_INACTIVITY_TOUT
971 #define L2CAP_LINK_INACTIVITY_TOUT 3 macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c880 l2cb.idle_timeout = L2CAP_LINK_INACTIVITY_TOUT; in l2c_init()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1862 … bta_sys_start_timer(&bta_dm_search_cb.search_timer, 0, 1000*(L2CAP_LINK_INACTIVITY_TOUT+1) ); in bta_dm_search_result()