Home
last modified time | relevance | path

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

/system/bt/stack/include/
Davdt_api.h279 idle_tout(0), in AvdtpRcb()
288 idle_tout = 0; in Reset()
296 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
Dl2c_api.h1176 uint16_t fixed_cid, uint16_t idle_tout);
Dgatt_api.h913 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
912 status = L2CA_SetFixedChannelTout(bd_addr, L2CAP_ATT_CID, idle_tout); in GATT_SetIdleTimeout()
914 if (idle_tout == GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP) in GATT_SetIdleTimeout()
919 status = L2CA_SetIdleTimeout(p_tcb->att_lcid, idle_tout, false); in GATT_SetIdleTimeout()
923 VLOG(1) << __func__ << " idle_tout=" << idle_tout << ", status=" << +status in GATT_SetIdleTimeout()
/system/bt/stack/avdt/
Davdt_ccb_act.cc125 uint64_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()