HomeSort by relevance Sort by last modified time
    Searched refs:ext_flow_spec (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/l2cap/
l2c_main.c 500 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
501 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
502 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
503 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p);
504 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p);
505 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p);
602 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
603 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
604 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
605 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p)
    [all...]
l2c_utils.c 682 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
683 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
684 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
685 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time);
686 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency);
687 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout);
775 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
776 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
777 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
778 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 110 typedef BWL_PRE_PACKED_STRUCT struct ext_flow_spec { struct
  /system/bt/stack/include/
l2c_api.h 167 tHCI_EXT_FLOW_SPEC ext_flow_spec; member in struct:__anon73883
    [all...]

Completed in 93 milliseconds