Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c108 cfg.flush_to = p_tbl->my_flush_to; in avdt_sec_check_complete_term()
151 cfg.flush_to = p_tbl->my_flush_to; in avdt_sec_check_complete_orig()
259 cfg.flush_to = p_tbl->my_flush_to; in avdt_l2c_connect_ind_cback()
301 cfg.flush_to = p_tbl->my_flush_to; in avdt_l2c_connect_cfm_cback()
Davdt_ad.c551 p_tbl->my_flush_to = p_scb->cs.flush_to; in avdt_ad_open_req()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c566 UINT16_TO_STREAM (p, p_cfg->flush_to); in l2cu_send_peer_config_req()
666 UINT16_TO_STREAM (p, p_cfg->flush_to); in l2cu_send_peer_config_rsp()
1425 …p_ccb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_DEFAULT_FLUSH… in l2cu_allocate_ccb()
1834 if (!p_cfg->flush_to) in l2cu_process_peer_cfg_req()
1836 p_cfg->flush_to = 0xFFFF; /* Infinite retransmissions (spec default) */ in l2cu_process_peer_cfg_req()
1842 p_ccb->peer_cfg.flush_to = p_cfg->flush_to; in l2cu_process_peer_cfg_req()
1850 p_cfg->flush_to = p_ccb->peer_cfg.flush_to; in l2cu_process_peer_cfg_req()
2014 if ((p_cfg->flush_to == 0)||(p_cfg->flush_to == L2CAP_NO_AUTOMATIC_FLUSH)) in l2cu_process_our_cfg_req()
2023 p_ccb->our_cfg.flush_to = p_cfg->flush_to; in l2cu_process_our_cfg_req()
2026 if (p_cfg->flush_to < p_lcb->link_flush_tout) in l2cu_process_our_cfg_req()
[all …]
Dl2c_main.c489 STREAM_TO_UINT16 (cfg_info.flush_to, p); in process_l2cap_cmd()
591 STREAM_TO_UINT16 (cfg_info.flush_to, p); in process_l2cap_cmd()
/external/bluetooth/bluedroid/stack/include/
Davdt_api.h404 UINT16 flush_to; /* The L2CAP flush timeout of the transport channel */ member
Dl2c_api.h157 UINT16 flush_to; member
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c89 sdp_cb.l2cap_my_cfg.flush_to = SDP_FLUSH_TO; in sdp_init()
/external/bluetooth/bluedroid/bta/av/
Dbta_av_aact.c2097 UINT16 flush_to; in bta_av_start_ok() local
2178 flush_to = p_bta_av_cfg->p_audio_flush_to[p_scb->co_started - 1]; in bta_av_start_ok()
2182 flush_to = p_bta_av_cfg->video_flush_to; in bta_av_start_ok()
2184 L2CA_SetFlushTimeout(p_scb->peer_addr, flush_to ); in bta_av_start_ok()
Dbta_av_main.c573 cs.flush_to = L2CAP_DEFAULT_FLUSH_TO; in bta_av_api_register()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c87 bnep_cb.l2cap_my_cfg.flush_to = BNEP_FLUSH_TO; in bnep_register_with_l2cap()
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c95 hh_cb.l2cap_cfg.flush_to = HID_HOST_FLUSH_TO; in hidh_conn_reg()