ESP-IDF
tOBEX_TL_MSG
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
tOBEX_TL_MSG
tOBEX_TL_MSG union
Syntax
Show:
Summary
Declaration
from
obex_tl.h:28
typedef
union
{
struct
{
UINT16
hdl
;
}
any
;
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
}
conn_open
;
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
UINT16
svr_hdl
;
}
conn_income
;
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
}
mtu_chg
;
struct
{
UINT16
hdl
;
BT_HDR
*
p_buf
;
}
data
;
}
tOBEX_TL_MSG
;
Fields
Field
Declared as
tOBEX_TL_MSG::any
struct
{
UINT16
hdl
;
}
tOBEX_TL_MSG::conn_open
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
}
tOBEX_TL_MSG::conn_income
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
UINT16
svr_hdl
;
}
tOBEX_TL_MSG::mtu_chg
struct
{
UINT16
hdl
;
UINT16
peer_mtu
;
UINT16
our_mtu
;
}
tOBEX_TL_MSG::data
struct
{
UINT16
hdl
;
BT_HDR
*
p_buf
;
}
Related Functions
Found 2 other functions taking a
tOBEX_TL_MSG
argument:
Function
obex_tl_l2cap_callback()
obex_tl_evt_handler()
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