ESP-IDF
btc_dev_args_t::cfg_coex_status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_dev_args_t::cfg_coex_status
btc_dev_args_t::cfg_coex_status field
Syntax
Show:
Summary
Declaration
from
btc_dev.h:31
struct
cfg_bt_dev_coex_st_args
{
esp_bt_dev_coex_type_t
type
;
esp_bt_dev_coex_op_t
op
;
uint8_t
status
;
}
cfg_coex_status
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_coex_status
;
btc_dev.h:35
BTA_DmCfgCoexStatus
(
arg
->
cfg_coex_status
.
op
,
btc_dev.c:151
btc_dev_call_handler()
arg
->
cfg_coex_status
.
type
,
btc_dev.c:152
btc_dev_call_handler()
arg
->
cfg_coex_status
.
status
)
;
btc_dev.c:153
btc_dev_call_handler()
arg
.
cfg_coex_status
.
type
=
type
;
esp_bt_device.c:90
esp_bt_dev_coex_status_config()
arg
.
cfg_coex_status
.
op
=
op
;
esp_bt_device.c:91
esp_bt_dev_coex_status_config()
arg
.
cfg_coex_status
.
status
=
status
;
esp_bt_device.c:92
esp_bt_dev_coex_status_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_dev_args_t::cfg_coex_status
is read by 2 functions:
All items filtered out
btc_dev_args_t::cfg_coex_status
esp_bt_dev_coex_status_config()
btc_dev_call_handler()
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