/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 1799 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 …]
|
D | l2c_utils.c | 726 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 …]
|
D | l2c_ble.c | 804 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()
|
D | l2c_main.c | 567 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/ |
D | usb_dwc_ll.h | 728 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()
|
D | usb_dwc_hal.h | 134 uint32_t mps: 11; /**< Maximum Packet Size */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 159 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/ |
D | usb_dwc_struct.h | 457 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/ |
D | usb_dwc_struct.h | 457 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/ |
D | l2c_api.h | 147 UINT16 mps; member 177 UINT16 mps; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_l2c.c | 66 fixed_reg.fixed_chnl_opts.mps = 0; in smp_l2cap_if_init()
|
/hal_espressif-latest/components/hal/ |
D | usb_dwc_hal.c | 318 ep_char->mps, in usb_dwc_hal_chan_set_ep_char()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 125 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 2620 .mps = 670, in fcchan_get()
|