Searched defs:idle_tout (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.cc956 * idle_tout: timeout value in seconds.
961 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, argument
969 status = L2CA_SetFixedChannelTout(bd_addr, L2CAP_ATT_CID, idle_tout);
971 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP)
976 status = L2CA_SetIdleTimeout(p_tcb->att_lcid, idle_tout, false);
981 << StringPrintf(" idle_tout=%d status=%d(1-OK 0-not performed)",
982 idle_tout, status);
/system/bt/stack/l2cap/
H A Dl2c_api.cc1875 uint16_t idle_tout) {
1892 ->fixed_chnl_idle_tout = idle_tout;
1874 L2CA_SetFixedChannelTout(const RawAddress& rem_bda, uint16_t fixed_cid, uint16_t idle_tout) argument
/system/bt/stack/include/
H A Davdt_api.h278 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ member in struct:__anon932

Completed in 664 milliseconds