Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c964 p_lcb->start_time_s = (esp_system_get_time()/1000); in l2cble_init_direct_conn()
967 … link_timeout = (L2CAP_BLE_LINK_CONNECT_TOUT*1000 - (current_time - p_lcb->start_time_s))/1000; in l2cble_init_direct_conn()
Dl2c_utils.c164 p_lcb->start_time_s = 0; in l2cu_release_lcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h459 UINT32 start_time_s; member