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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 548 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
549 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
550 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
551 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p);
552 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p);
553 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p);
650 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
651 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
652 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
653 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p)
    [all...]
l2c_utils.c 667 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
668 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
669 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
670 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time);
671 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency);
672 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout);
760 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
761 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
762 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
763 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 163 tHCI_EXT_FLOW_SPEC ext_flow_spec; member in struct:__anon6186
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 110 typedef BWL_PRE_PACKED_STRUCT struct ext_flow_spec { struct

Completed in 70 milliseconds