Home
last modified time | relevance | path

Searched refs:ext_flow_spec (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c520 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd()
521 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
522 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd()
523 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd()
524 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd()
525 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
622 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd()
623 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
624 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd()
625 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd()
[all …]
Dl2c_utils.c579 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_req()
580 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()
581 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_req()
582 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req()
583 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req()
584 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req()
672 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_rsp()
673 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
674 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_rsp()
675 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_rsp()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h163 tHCI_EXT_FLOW_SPEC ext_flow_spec; member