Home
last modified time | relevance | path

Searched refs:flush_to (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/avdt/
Davdt_l2c.cc107 cfg.flush_to = p_tbl->my_flush_to; in avdt_sec_check_complete_term()
148 cfg.flush_to = p_tbl->my_flush_to; in avdt_sec_check_complete_orig()
265 cfg.flush_to = p_tbl->my_flush_to; in avdt_l2c_connect_ind_cback()
303 cfg.flush_to = p_tbl->my_flush_to; in avdt_l2c_connect_cfm_cback()
Davdt_ad.cc535 p_tbl->my_flush_to = p_scb->stream_config.flush_to; in avdt_ad_open_req()
/system/bt/stack/include/
Davdt_api.h473 flush_to(0), in AvdtpStreamConfig()
485 flush_to = 0; in Reset()
497 uint16_t flush_to; // The L2CAP flush timeout of the transport channel variable
Dl2c_api.h164 uint16_t flush_to; member
/system/bt/stack/l2cap/
Dl2c_utils.cc584 UINT16_TO_STREAM(p, p_cfg->flush_to); in l2cu_send_peer_config_req()
680 UINT16_TO_STREAM(p, p_cfg->flush_to); in l2cu_send_peer_config_rsp()
1436 p_ccb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_DEFAULT_FLUSH_TO; in l2cu_allocate_ccb()
1884 if (!p_cfg->flush_to) { in l2cu_process_peer_cfg_req()
1885 p_cfg->flush_to = 0xFFFF; /* Infinite retransmissions (spec default) */ in l2cu_process_peer_cfg_req()
1890 p_ccb->peer_cfg.flush_to = p_cfg->flush_to; in l2cu_process_peer_cfg_req()
1897 p_cfg->flush_to = p_ccb->peer_cfg.flush_to; in l2cu_process_peer_cfg_req()
2044 if ((p_cfg->flush_to == 0) || in l2cu_process_our_cfg_req()
2045 (p_cfg->flush_to == L2CAP_NO_AUTOMATIC_FLUSH)) { in l2cu_process_our_cfg_req()
2052 p_ccb->our_cfg.flush_to = p_cfg->flush_to; in l2cu_process_our_cfg_req()
[all …]
Dl2c_main.cc497 STREAM_TO_UINT16(cfg_info.flush_to, p); in process_l2cap_cmd()
632 STREAM_TO_UINT16(cfg_info.flush_to, p); in process_l2cap_cmd()
/system/bt/stack/hid/
Dhidd_conn.cc757 hd_cb.l2cap_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()
763 hd_cb.l2cap_intr_cfg.flush_to = HID_DEV_FLUSH_TO; in hidd_conn_reg()
Dhidh_conn.cc97 hh_cb.l2cap_cfg.flush_to = HID_HOST_FLUSH_TO; in hidh_conn_reg()
/system/bt/stack/sdp/
Dsdp_main.cc84 sdp_cb.l2cap_my_cfg.flush_to = SDP_FLUSH_TO; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.cc85 bnep_cb.l2cap_my_cfg.flush_to = BNEP_FLUSH_TO; in bnep_register_with_l2cap()
/system/bt/bta/av/
Dbta_av_aact.cc2223 uint16_t flush_to; in bta_av_start_ok() local
2333 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()
2335 flush_to = 0; in bta_av_start_ok()
2337 L2CA_SetFlushTimeout(p_scb->PeerAddress(), flush_to); in bta_av_start_ok()
Dbta_av_main.cc606 avdtp_stream_config.flush_to = L2CAP_DEFAULT_FLUSH_TO; in bta_av_api_register()