Home
last modified time | relevance | path

Searched refs:idle_tout (Results 1 – 9 of 9) 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.h865 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/main/shim/
Dl2c_api.h541 uint16_t idle_tout);
Dl2c_api.cc451 uint16_t idle_tout) { in L2CA_SetFixedChannelTout() argument
/system/bt/stack/gatt/
Dgatt_api.cc906 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()
924 VLOG(1) << __func__ << " idle_tout=" << idle_tout << ", status=" << +status in GATT_SetIdleTimeout()
/system/bt/stack/l2cap/
Dl2c_api.cc1708 uint16_t idle_tout) { in L2CA_SetFixedChannelTout() argument
1711 idle_tout); in L2CA_SetFixedChannelTout()
1730 ->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()
/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/bta/av/
Dbta_av_main.cc569 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()