Home
last modified time | relevance | path

Searched refs:idle_tout (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1155 void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout, tBT_TRANSPORT transport) in GATT_SetIdleTimeout() argument
1162 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout); in GATT_SetIdleTimeout()
1164 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP) { in GATT_SetIdleTimeout()
1169 status = L2CA_SetIdleTimeout (p_tcb->att_lcid, idle_tout, FALSE); in GATT_SetIdleTimeout()
1178 idle_tout, status); in GATT_SetIdleTimeout()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h242 UINT8 idle_tout; /* AVDTP idle signaling channel timeout */ member
Dl2c_api.h1138 extern BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout);
Dgatt_api.h1050 extern void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout,
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb_act.c140 btu_start_timer(&p_ccb->timer_entry, BTU_TTYPE_AVDT_CCB_IDLE, avdt_cb.rcb.idle_tout); in avdt_ccb_chk_close()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1969 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout) in L2CA_SetFixedChannelTout() argument
1991 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c546 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()