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 520 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
521 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
522 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
523 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p);
524 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p);
525 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p);
622 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.id, p);
623 STREAM_TO_UINT8 (cfg_info.ext_flow_spec.stype, p);
624 STREAM_TO_UINT16 (cfg_info.ext_flow_spec.max_sdu_size, p);
625 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p)
    [all...]
l2c_utils.c 592 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
593 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
594 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
595 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time);
596 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency);
597 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout);
685 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.id);
686 UINT8_TO_STREAM (p, p_cfg->ext_flow_spec.stype);
687 UINT16_TO_STREAM (p, p_cfg->ext_flow_spec.max_sdu_size);
688 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:__anon3369
    [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 104 milliseconds