Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1142 extern BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1253 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout); in GATT_SetIdleTimeout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1999 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout) in L2CA_SetFixedChannelTout() function