Home
last modified time | relevance | path

Searched refs:mps (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1799 if (p_fcr->mps == L2CAP_DEFAULT_ERM_MPS) { in l2c_fcr_adj_our_req_options()
1800 p_fcr->mps = L2CAP_MPS_OVER_BR_EDR; in l2c_fcr_adj_our_req_options()
1803 else if (p_fcr->mps > p_ccb->max_rx_mtu) { in l2c_fcr_adj_our_req_options()
1804 … L2CAP_TRACE_WARNING ("L2CAP - MPS %u invalid MTU: %u", p_fcr->mps, p_ccb->max_rx_mtu); in l2c_fcr_adj_our_req_options()
1809 if (p_fcr->mps > (L2CAP_MTU_SIZE - L2CAP_MAX_HEADER_FCS)) { in l2c_fcr_adj_our_req_options()
1810 p_fcr->mps = L2CAP_MTU_SIZE - L2CAP_MAX_HEADER_FCS; in l2c_fcr_adj_our_req_options()
1894 p_cfg->fcr.mps = p_ccb->peer_cfg.fcr.mps; in l2c_fcr_adj_our_rsp_options()
2049 p_cfg->fcr.rtrans_tout = p_cfg->fcr.mon_tout = p_cfg->fcr.mps = 0; in l2c_fcr_process_peer_cfg_req()
2050 … p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = p_ccb->our_cfg.fcr.mps = 0; in l2c_fcr_process_peer_cfg_req()
2082 if ( (p_cfg->fcr.mps == 0) || (p_cfg->fcr.mps > p_ccb->peer_cfg.mtu) ) { in l2c_fcr_process_peer_cfg_req()
[all …]
Dl2c_utils.c726 UINT16_TO_STREAM (p, p_cfg->fcr.mps); in l2cu_send_peer_config_req()
824 UINT16_TO_STREAM (p, p_cfg->fcr.mps); in l2cu_send_peer_config_rsp()
2659 …"l2cu_adjust_out_mps bad packet size: %u will use MPS: %u", packet_size, p_ccb->peer_cfg.fcr.mps); in l2cu_adjust_out_mps()
2660 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps; in l2cu_adjust_out_mps()
2672 if (p_ccb->peer_cfg.fcr.mps >= packet_size) { in l2cu_adjust_out_mps()
2673 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps / packet_size * packet_size; in l2cu_adjust_out_mps()
2675 p_ccb->tx_mps = p_ccb->peer_cfg.fcr.mps; in l2cu_adjust_out_mps()
2679 p_ccb->tx_mps, p_ccb->peer_cfg.fcr.mps, packet_size); in l2cu_adjust_out_mps()
3020 UINT16 mps; in l2cu_send_peer_ble_credit_based_conn_req() local
3045 mps = p_ccb->local_conn_cfg.mps; in l2cu_send_peer_ble_credit_based_conn_req()
[all …]
Dl2c_ble.c804 UINT16 mps; in l2cble_process_sig_cmd() local
809 STREAM_TO_UINT16(mps, p); in l2cble_process_sig_cmd()
837 p_ccb->local_conn_cfg.mps = controller_get_interface()->get_acl_data_size_ble(); in l2cble_process_sig_cmd()
840 p_ccb->peer_conn_cfg.mps = mps; in l2cble_process_sig_cmd()
Dl2c_main.c567 STREAM_TO_UINT16 (cfg_info.fcr.mps, p); in process_l2cap_cmd()
658 STREAM_TO_UINT16 (cfg_info.fcr.mps, p); in process_l2cap_cmd()
/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_ll.h728 static inline void usb_dwc_ll_hcchar_set_mps(volatile usb_dwc_host_chan_regs_t *chan, uint32_t mps) in usb_dwc_ll_hcchar_set_mps() argument
730 chan->hcchar_reg.mps = mps; in usb_dwc_ll_hcchar_set_mps()
733 …nit(volatile usb_dwc_host_chan_regs_t *chan, int dev_addr, int ep_num, int mps, usb_dwc_xfer_type_… in usb_dwc_ll_hcchar_init() argument
741 usb_dwc_ll_hcchar_set_mps(chan, mps); in usb_dwc_ll_hcchar_init()
Dusb_dwc_hal.h134 uint32_t mps: 11; /**< Maximum Packet Size */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c159 sdp_cb.l2cap_my_cfg.fcr.mps = 672; in sdp_init()
275 cfg.fcr.rtrans_tout, cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_ind()
327 cfg.fcr.rtrans_tout, cfg.fcr.mon_tout, cfg.fcr.mps); in sdp_connect_cfm()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dusb_dwc_struct.h457 uint32_t mps: 11; member
719 uint32_t mps: 2; member
794 uint32_t mps: 11; member
869 uint32_t mps: 2; member
938 uint32_t mps: 11; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dusb_dwc_struct.h457 uint32_t mps: 11; member
719 uint32_t mps: 2; member
794 uint32_t mps: 11; member
869 uint32_t mps: 2; member
938 uint32_t mps: 11; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h147 UINT16 mps; member
177 UINT16 mps; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c66 fixed_reg.fixed_chnl_opts.mps = 0; in smp_l2cap_if_init()
/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c318 ep_char->mps, in usb_dwc_hal_chan_set_ep_char()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c125 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2620 .mps = 670, in fcchan_get()