Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc560 STREAM_TO_UINT8(cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd()
561 STREAM_TO_UINT8(cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
562 STREAM_TO_UINT16(cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd()
563 STREAM_TO_UINT32(cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd()
564 STREAM_TO_UINT32(cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd()
565 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
691 STREAM_TO_UINT8(cfg_info.ext_flow_spec.id, p); in process_l2cap_cmd()
692 STREAM_TO_UINT8(cfg_info.ext_flow_spec.stype, p); in process_l2cap_cmd()
693 STREAM_TO_UINT16(cfg_info.ext_flow_spec.max_sdu_size, p); in process_l2cap_cmd()
694 STREAM_TO_UINT32(cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd()
[all …]
Dl2c_utils.cc644 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_req()
645 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_req()
646 UINT16_TO_STREAM(p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_req()
647 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req()
648 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req()
649 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req()
734 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.id); in l2cu_send_peer_config_rsp()
735 UINT8_TO_STREAM(p, p_cfg->ext_flow_spec.stype); in l2cu_send_peer_config_rsp()
736 UINT16_TO_STREAM(p, p_cfg->ext_flow_spec.max_sdu_size); in l2cu_send_peer_config_rsp()
737 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_rsp()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h172 tHCI_EXT_FLOW_SPEC ext_flow_spec; member