ESP-IDF
FLOW_SPEC::token_rate
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::token_rate
FLOW_SPEC::token_rate field
Syntax
Show:
Summary
Declaration
from
bt_types.h:368
UINT32
token_rate
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
token_rate
;
/* bytes/second */
bt_types.h:368
.
token_rate
=
0
,
/* bytes/second */
bta_dm_qos.c:39
bta_dm_set_qos()
p_flow
->
token_rate
,
p_flow
->
peak_bandwidth
,
btm_acl.c:1900
BTM_SetQoS()
qossu
.
flow
.
token_rate
=
p_flow
->
token_rate
;
btm_acl.c:1944
btm_qos_setup_complete()
STREAM_TO_UINT32
(
flow
.
token_rate
,
p
)
;
btu_hcif.c:865
btu_hcif_qos_setup_comp_evt()
hd_cb
.
in_qos
.
token_rate
=
token_rate
;
hidd_api.c:557
HID_DevSetIncomingQos()
hd_cb
.
l2cap_intr_cfg
.
qos
.
token_rate
=
token_rate
;
hidd_api.c:579
HID_DevSetOutgoingQos()
STREAM_TO_UINT32
(
cfg_info
.
qos
.
token_rate
,
p
)
;
l2c_main.c:553
process_l2cap_cmd()
STREAM_TO_UINT32
(
cfg_info
.
qos
.
token_rate
,
p
)
;
l2c_main.c:644
process_l2cap_cmd()
UINT32_TO_STREAM
(
p
,
p_cfg
->
qos
.
token_rate
)
;
l2c_utils.c:712
l2cu_send_peer_config_req()
UINT32_TO_STREAM
(
p
,
p_cfg
->
qos
.
token_rate
)
;
l2c_utils.c:810
l2cu_send_peer_config_rsp()
p_ccb
->
our_cfg
.
qos
.
token_rate
=
p_ccb
->
peer_cfg
.
qos
.
token_rate
=
L2CAP_DEFAULT_TOKEN_RATE
;
l2c_utils.c:1536
l2cu_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FLOW_SPEC::token_rate
is written by 6 functions and is read by 4 functions:
HID_DevSetIncomingQos()
HID_DevSetOutgoingQos()
btm_qos_setup_complete()
btu_hcif_qos_setup_comp_evt()
process_l2cap_cmd()
l2cu_allocate_ccb()
All items filtered out
FLOW_SPEC::token_rate
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