Home | History | Annotate | Download | only in gatt

Lines Matching refs:idle_tout

1155 **                  idle_tout: timeout value in seconds.
1160 void GATT_SetIdleTimeout (BD_ADDR bd_addr, UINT16 idle_tout, tBT_TRANSPORT transport)
1169 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout);
1173 status = L2CA_SetIdleTimeout (p_tcb->att_lcid, idle_tout, FALSE);
1177 GATT_TRACE_API ("GATT_SetIdleTimeout idle_tout=%d status=%d(1-OK 0-not performed)",
1178 idle_tout, status);