Home
last modified time | relevance | path

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

/system/bt/stack/include/
Davdt_api.h276 idle_tout(0), in AvdtpRcb()
285 idle_tout = 0; in Reset()
293 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
Dl2c_api.h1175 uint16_t fixed_cid, uint16_t idle_tout);
Dgatt_api.h915 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
/system/bt/stack/gatt/
Dgatt_api.cc905 void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout, in GATT_SetIdleTimeout() argument
913 status = L2CA_SetFixedChannelTout(bd_addr, L2CAP_ATT_CID, idle_tout); in GATT_SetIdleTimeout()
915 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP) in GATT_SetIdleTimeout()
920 status = L2CA_SetIdleTimeout(p_tcb->att_lcid, idle_tout, false); in GATT_SetIdleTimeout()
926 idle_tout, status); in GATT_SetIdleTimeout()
/system/bt/stack/avdt/
Davdt_ccb_act.cc125 period_ms_t interval_ms = avdtp_cb.rcb.idle_tout * 1000; in avdt_ccb_chk_close()
/system/bt/stack/l2cap/
Dl2c_api.cc1954 uint16_t idle_tout) { in L2CA_SetFixedChannelTout() argument
1971 ->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()
/system/bt/bta/av/
Dbta_av_main.cc524 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()