Home
last modified time | relevance | path

Searched refs:our_cfg (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc169 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()
171 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()
1024 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_frame()
1049 p_ccb->our_cfg.fcr.tx_win_sz)) { in process_i_frame()
1063 p_ccb->our_cfg.fcr.tx_win_sz); in process_i_frame()
1630 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) || in l2c_fcr_adj_monitor_retran_timeout()
1633 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout()
1634 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT; in l2c_fcr_adj_monitor_retran_timeout()
1636 p_ccb->our_cfg.fcr.mon_tout = 0; in l2c_fcr_adj_monitor_retran_timeout()
1637 p_ccb->our_cfg.fcr.rtrans_tout = 0; in l2c_fcr_adj_monitor_retran_timeout()
[all …]
Dl2c_utils.cc726 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.rtrans_tout); in l2cu_send_peer_config_rsp()
727 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.mon_tout); in l2cu_send_peer_config_rsp()
1403 memset(&p_ccb->our_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in l2cu_allocate_ccb()
1407 p_ccb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_NO_AUTOMATIC_FLUSH; in l2cu_allocate_ccb()
1408 p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU; in l2cu_allocate_ccb()
1409 p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = in l2cu_allocate_ccb()
1411 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = in l2cu_allocate_ccb()
1413 p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = in l2cu_allocate_ccb()
1415 p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = in l2cu_allocate_ccb()
1417 p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = in l2cu_allocate_ccb()
[all …]
Dl2c_csm.cc84 p_ccb->our_cfg = config; in l2c_csm_send_config_req()
1077 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()
1102 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) && in l2c_csm_config()
1103 ((p_ccb->our_cfg.fcr.mon_tout == 0) || in l2c_csm_config()
1104 (p_ccb->our_cfg.fcr.rtrans_tout))) { in l2c_csm_config()
1176 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()
Dl2c_int.h317 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ member
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc136 .our_cfg = {}, // tL2CAP_CFG_INFO Our saved configuration options