ESP-IDF
tSDP_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
tSDP_CB
tSDP_CB struct
Syntax
Show:
Summary
Declaration
from
sdpint.h:214
typedef
struct
{
tL2CAP_CFG_INFO
l2cap_my_cfg
;
tCONN_CB
ccb
[
SDP_MAX_CONNECTIONS
]
;
#if
SDP_SERVER_ENABLED
==
TRUE
tSDP_DB
server_db
;
#endif
tL2CAP_APPL_INFO
reg_info
;
UINT16
max_attr_list_size
;
UINT16
max_recs_per_search
;
UINT8
trace_level
;
}
tSDP_CB
;
Fields
Field
Declared as
tSDP_CB::l2cap_my_cfg
tL2CAP_CFG_INFO
tSDP_CB::ccb
tCONN_CB
[
SDP_MAX_CONNECTIONS
]
tSDP_CB::server_db
tSDP_DB
tSDP_CB::reg_info
tL2CAP_APPL_INFO
tSDP_CB::max_attr_list_size
UINT16
tSDP_CB::max_recs_per_search
UINT16
tSDP_CB::trace_level
UINT8
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