Home
last modified time | relevance | path

Searched refs:qos_flags (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.c474 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
576 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p); in process_l2cap_cmd()
Dl2c_utils.c651 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
751 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_rsp()
/system/bt/stack/btm/
Dbtm_acl.c1891 if (!btsnd_hcic_qos_setup (p->hci_handle, p_flow->qos_flags, p_flow->service_type, in BTM_SetQoS()
1951 qossu.flow.qos_flags = p_flow->qos_flags; in btm_qos_setup_complete()
/system/bt/stack/include/
Dbt_types.h370 UINT8 qos_flags; /* TBD */ member
/system/bt/stack/btu/
Dbtu_hcif.c698 STREAM_TO_UINT8 (flow.qos_flags, p); in btu_hcif_qos_setup_comp_evt()