ESP-IDF
FLOW_SPEC::service_type
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::service_type
FLOW_SPEC::service_type field
Syntax
Show:
Summary
Declaration
from
bt_types.h:367
UINT8
service_type
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
service_type
;
/* see below */
bt_types.h:367
.
service_type
=
NO_TRAFFIC
,
/* service_type */
bta_dm_qos.c:38
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
.
service_type
=
p_flow
->
service_type
;
btm_acl.c:1943
btm_qos_setup_complete()
STREAM_TO_UINT8
(
flow
.
service_type
,
p
)
;
btu_hcif.c:864
btu_hcif_qos_setup_comp_evt()
hd_cb
.
in_qos
.
service_type
=
service_type
;
hidd_api.c:556
HID_DevSetIncomingQos()
hd_cb
.
l2cap_intr_cfg
.
qos
.
service_type
=
service_type
;
hidd_api.c:578
HID_DevSetOutgoingQos()
STREAM_TO_UINT8
(
cfg_info
.
qos
.
service_type
,
p
)
;
l2c_main.c:552
process_l2cap_cmd()
STREAM_TO_UINT8
(
cfg_info
.
qos
.
service_type
,
p
)
;
l2c_main.c:643
process_l2cap_cmd()
UINT8_TO_STREAM
(
p
,
p_cfg
->
qos
.
service_type
)
;
l2c_utils.c:711
l2cu_send_peer_config_req()
UINT8_TO_STREAM
(
p
,
p_cfg
->
qos
.
service_type
)
;
l2c_utils.c:809
l2cu_send_peer_config_rsp()
p_ccb
->
our_cfg
.
qos
.
service_type
=
p_ccb
->
peer_cfg
.
qos
.
service_type
=
L2CAP_DEFAULT_SERV_TYPE
;
l2c_utils.c:1535
l2cu_allocate_ccb()
if
(
p_cfg
->
qos
.
service_type
<=
GUARANTEED
)
{
l2c_utils.c:2029
l2cu_process_peer_cfg_req()
p_cfg
->
qos
.
service_type
=
BEST_EFFORT
;
l2c_utils.c:2034
l2cu_process_peer_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FLOW_SPEC::service_type
is written by 7 functions and is read by 5 functions:
HID_DevSetIncomingQos()
HID_DevSetOutgoingQos()
btm_qos_setup_complete()
btu_hcif_qos_setup_comp_evt()
process_l2cap_cmd()
l2cu_allocate_ccb()
l2cu_process_peer_cfg_req()
All items filtered out
FLOW_SPEC::service_type
BTM_SetQoS()
btm_qos_setup_complete()
l2cu_send_peer_config_req()
l2cu_send_peer_config_rsp()
l2cu_process_peer_cfg_req()
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