Searched refs:ext_flow_spec (Results 1 – 3 of 3) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_main.c | 577 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd() 578 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd() 579 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd() 580 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd() 581 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd() 582 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd() 668 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd() 669 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd() 670 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd() 671 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd() [all …]
|
| D | l2c_utils.c | 738 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_req() 739 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req() 740 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_req() 741 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req() 742 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req() 743 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req() 830 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_rsp() 831 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp() 832 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_rsp() 833 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_rsp() [all …]
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | l2c_api.h | 167 tHCI_EXT_FLOW_SPEC ext_flow_spec; member
|