ESP-IDF
tBTA_JV
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_JV
tBTA_JV union
Syntax
Show:
Summary
Declaration
from
bta_jv_api.h:398
typedef
union
{
tBTA_JV_STATUS
status
;
tBTA_JV_DISCOVERY_COMP
disc_comp
;
tBTA_JV_SET_DISCOVER
set_discover
;
UINT8
scn
;
UINT16
psm
;
tBTA_JV_CREATE_RECORD
create_rec
;
#if
BTA_JV_L2CAP_INCLUDED
tBTA_JV_L2CAP_OPEN
l2c_open
;
tBTA_JV_L2CAP_CLOSE
l2c_close
;
tBTA_JV_L2CAP_START
l2c_start
;
tBTA_JV_L2CAP_CL_INIT
l2c_cl_init
;
tBTA_JV_L2CAP_CONG
l2c_cong
;
tBTA_JV_L2CAP_READ
l2c_read
;
tBTA_JV_L2CAP_WRITE
l2c_write
;
#endif
#if
BTA_JV_RFCOMM_INCLUDED
tBTA_JV_RFCOMM_OPEN
rfc_open
;
tBTA_JV_RFCOMM_SRV_OPEN
rfc_srv_open
;
tBTA_JV_RFCOMM_CLOSE
rfc_close
;
tBTA_JV_RFCOMM_START
rfc_start
;
tBTA_JV_RFCOMM_CL_INIT
rfc_cl_init
;
tBTA_JV_RFCOMM_CONG
rfc_cong
;
tBTA_JV_RFCOMM_READ
rfc_read
;
tBTA_JV_RFCOMM_WRITE
rfc_write
;
#endif
tBTA_JV_DATA_IND
data_ind
;
tBTA_JV_FREE_SCN
free_scn
;
#if
BTA_JV_L2CAP_INCLUDED
tBTA_JV_L2CAP_LE_OPEN
l2c_le_open
;
tBTA_JV_LE_DATA_IND
le_data_ind
;
tBTA_JV_L2CAP_WRITE_FIXED
l2c_write_fixed
;
#endif
}
tBTA_JV
;
Fields
Field
Declared as
tBTA_JV::status
tBTA_JV_STATUS
tBTA_JV::disc_comp
tBTA_JV_DISCOVERY_COMP
tBTA_JV::set_discover
tBTA_JV_SET_DISCOVER
tBTA_JV::scn
UINT8
tBTA_JV::psm
UINT16
tBTA_JV::create_rec
tBTA_JV_CREATE_RECORD
tBTA_JV::l2c_open
tBTA_JV_L2CAP_OPEN
tBTA_JV::l2c_close
tBTA_JV_L2CAP_CLOSE
tBTA_JV::l2c_start
tBTA_JV_L2CAP_START
tBTA_JV::l2c_cl_init
tBTA_JV_L2CAP_CL_INIT
tBTA_JV::l2c_cong
tBTA_JV_L2CAP_CONG
tBTA_JV::l2c_read
tBTA_JV_L2CAP_READ
tBTA_JV::l2c_write
tBTA_JV_L2CAP_WRITE
tBTA_JV::data_ind
tBTA_JV_DATA_IND
tBTA_JV::free_scn
tBTA_JV_FREE_SCN
tBTA_JV::l2c_le_open
tBTA_JV_L2CAP_LE_OPEN
tBTA_JV::le_data_ind
tBTA_JV_LE_DATA_IND
tBTA_JV::l2c_write_fixed
tBTA_JV_L2CAP_WRITE_FIXED
Related Functions
Found 4 other functions taking a
tBTA_JV
argument:
Function
btc_l2cap_inter_cb()
btc_spp_rfcomm_inter_cb()
btc_l2cap_dm_inter_cb()
btc_spp_dm_inter_cb()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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