ESP-IDF
FLOW_SPEC::qos_flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
FLOW_SPEC::qos_flags
FLOW_SPEC::qos_flags field
Syntax
Show:
Summary
Declaration
from
bt_types.h:366
UINT8
qos_flags
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
qos_flags
;
/* TBD */
bt_types.h:366
.
qos_flags
=
0
,
/* TBD */
bta_dm_qos.c:37
bta_dm_set_qos()
if
(
!
btsnd_hcic_qos_setup
(
p
->
hci_handle
,
p_flow
->
qos_flags
,
p_flow
->
service_type
,
btm_acl.c:1899
BTM_SetQoS()
qossu
.
flow
.
qos_flags
=
p_flow
->
qos_flags
;
btm_acl.c:1942
btm_qos_setup_complete()
STREAM_TO_UINT8
(
flow
.
qos_flags
,
p
)
;
btu_hcif.c:863
btu_hcif_qos_setup_comp_evt()
STREAM_TO_UINT8
(
cfg_info
.
qos
.
qos_flags
,
p
)
;
l2c_main.c:551
process_l2cap_cmd()
STREAM_TO_UINT8
(
cfg_info
.
qos
.
qos_flags
,
p
)
;
l2c_main.c:642
process_l2cap_cmd()
UINT8_TO_STREAM
(
p
,
p_cfg
->
qos
.
qos_flags
)
;
l2c_utils.c:710
l2cu_send_peer_config_req()
UINT8_TO_STREAM
(
p
,
p_cfg
->
qos
.
qos_flags
)
;
l2c_utils.c:808
l2cu_send_peer_config_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FLOW_SPEC::qos_flags
is written by 3 functions and is read by 4 functions:
btm_qos_setup_complete()
btu_hcif_qos_setup_comp_evt()
process_l2cap_cmd()
All items filtered out
FLOW_SPEC::qos_flags
BTM_SetQoS()
btm_qos_setup_complete()
l2cu_send_peer_config_req()
l2cu_send_peer_config_rsp()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out