ESP-IDF
bta_jv_action
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
bta_jv_action
bta_jv_action variable
Syntax
Show:
Summary
Declaration
from
bta_jv_main.c:49
const
tBTA_JV_ACTION
bta_jv_action
[
]
=
{
bta_jv_enable
,
bta_jv_disable
,
bta_jv_get_channel_id
,
bta_jv_free_scn
,
bta_jv_start_discovery
,
bta_jv_create_record
,
bta_jv_delete_record
,
#if
BTA_JV_L2CAP_INCLUDED
bta_jv_l2cap_connect
,
bta_jv_l2cap_close
,
bta_jv_l2cap_start_server
,
bta_jv_l2cap_stop_server
,
bta_jv_l2cap_read
,
bta_jv_l2cap_write
,
#endif
#if
BTA_JV_RFCOMM_INCLUDED
bta_jv_rfcomm_config
,
bta_jv_rfcomm_connect
,
bta_jv_rfcomm_close
,
bta_jv_rfcomm_start_server
,
bta_jv_rfcomm_stop_server
,
bta_jv_rfcomm_read
,
bta_jv_rfcomm_write
,
bta_jv_rfcomm_flow_control
,
#endif
bta_jv_set_pm_profile
,
bta_jv_change_pm_state
,
#if
BTA_JV_L2CAP_INCLUDED
bta_jv_l2cap_connect_le
,
bta_jv_l2cap_start_server_le
,
bta_jv_l2cap_stop_server_le
,
bta_jv_l2cap_write_fixed
,
bta_jv_l2cap_close_fixed
,
#endif
}
;
Examples
References
from
examples
Code
Location
Referrer
const
tBTA_JV_ACTION
bta_jv_action
[
]
=
{
bta_jv_main.c:49
(
*
bta_jv_action
[
action
]
)
(
(
tBTA_JV_MSG
*
)
p_msg
)
;
bta_jv_main.c:103
bta_jv_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bta_jv_action
is read by 1 function:
All items filtered out
bta_jv_action
bta_jv_sm_execute()
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