ESP-IDF
tGAP_CONN
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
tGAP_CONN
tGAP_CONN struct
Syntax
Show:
Summary
Declaration
from
gap_int.h:85
typedef
struct
{
#if
(
(
defined
AMP_INCLUDED
)
&&
(
AMP_INCLUDED
==
TRUE
)
)
tAMP_APPL_INFO
reg_info
;
#else
tL2CAP_APPL_INFO
reg_info
;
#endif
tGAP_CCB
ccb_pool
[
GAP_MAX_CONNECTIONS
]
;
}
tGAP_CONN
;
Fields
Field
Declared as
tGAP_CONN::reg_info
tL2CAP_APPL_INFO
tGAP_CONN::ccb_pool
tGAP_CCB
[
GAP_MAX_CONNECTIONS
]
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