ESP-IDF
tBTA_JV_CB
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
tBTA_JV_CB
tBTA_JV_CB struct
Syntax
Show:
Summary
Declaration
from
bta_jv_int.h:414
typedef
struct
{
UINT32
sdp_handle
[
BTA_JV_MAX_SDP_REC
]
;
UINT8
*
p_sel_raw_data
;
tBTA_JV_DM_CBACK
*
p_dm_cback
;
#if
BTA_JV_L2CAP_INCLUDED
tBTA_JV_L2C_CB
l2c_cb
[
BTA_JV_MAX_L2C_CONN
]
;
#endif
#if
BTA_JV_RFCOMM_INCLUDED
tBTA_JV_RFC_CB
rfc_cb
[
BTA_JV_MAX_RFC_CONN
]
;
#endif
tBTA_JV_PCB
port_cb
[
MAX_RFC_PORTS
]
;
UINT8
sec_id
[
BTA_JV_NUM_SERVICE_ID
]
;
BOOLEAN
scn
[
BTA_JV_MAX_SCN
]
;
UINT16
free_psm_list
[
BTA_JV_MAX_L2C_CONN
]
;
UINT8
sdp_active
;
tSDP_UUID
uuid
;
tBTA_JV_PM_CB
pm_cb
[
BTA_JV_PM_MAX_NUM
]
;
}
tBTA_JV_CB
;
Fields
Field
Declared as
tBTA_JV_CB::sdp_handle
UINT32
[
BTA_JV_MAX_SDP_REC
]
tBTA_JV_CB::p_sel_raw_data
UINT8
*
tBTA_JV_CB::p_dm_cback
tBTA_JV_DM_CBACK
*
tBTA_JV_CB::l2c_cb
tBTA_JV_L2C_CB
[
BTA_JV_MAX_L2C_CONN
]
tBTA_JV_CB::port_cb
tBTA_JV_PCB
[
MAX_RFC_PORTS
]
tBTA_JV_CB::sec_id
UINT8
[
BTA_JV_NUM_SERVICE_ID
]
tBTA_JV_CB::scn
BOOLEAN
[
BTA_JV_MAX_SCN
]
tBTA_JV_CB::free_psm_list
UINT16
[
BTA_JV_MAX_L2C_CONN
]
tBTA_JV_CB::sdp_active
UINT8
tBTA_JV_CB::uuid
tSDP_UUID
tBTA_JV_CB::pm_cb
tBTA_JV_PM_CB
[
BTA_JV_PM_MAX_NUM
]
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