Searched refs:L2CA_SetIdleTimeout (Results 1 – 4 of 4) sorted by relevance
660 extern bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global);
601 if (L2CA_SetIdleTimeout(p_ccb->connection_id, timeout, false)) in GAP_ConnSetIdleTimeout()
919 status = L2CA_SetIdleTimeout(p_tcb->att_lcid, idle_tout, false); in GATT_SetIdleTimeout()
1096 bool L2CA_SetIdleTimeout(uint16_t cid, uint16_t timeout, bool is_global) { in L2CA_SetIdleTimeout() function