Searched refs:idle_tout (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/include/ |
D | avdt_api.h | 279 idle_tout(0), in AvdtpRcb() 288 idle_tout = 0; in Reset() 296 uint8_t idle_tout; /* AVDTP idle signaling channel timeout */ variable
|
D | l2c_api.h | 865 uint16_t fixed_cid, uint16_t idle_tout);
|
D | gatt_api.h | 913 extern void GATT_SetIdleTimeout(const RawAddress& bd_addr, uint16_t idle_tout,
|
/system/bt/main/shim/ |
D | l2c_api.h | 541 uint16_t idle_tout);
|
D | l2c_api.cc | 451 uint16_t idle_tout) { in L2CA_SetFixedChannelTout() argument
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 906 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/ |
D | l2c_api.cc | 1708 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/ |
D | avdt_ccb_act.cc | 125 uint64_t interval_ms = avdtp_cb.rcb.idle_tout * 1000; in avdt_ccb_chk_close()
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 569 reg.idle_tout = BTA_AV_IDLE_TOUT; in bta_av_api_register()
|