ESP-IDF
tGAP_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
tGAP_CB
tGAP_CB struct
Syntax
Show:
Summary
Declaration
from
gap_int.h:126
typedef
struct
{
tGAP_INFO
blk
[
GAP_MAX_BLOCKS
]
;
tBTM_CMPL_CB
*
btm_cback
[
GAP_MAX_BLOCKS
]
;
UINT8
trace_level
;
#if
GAP_CONN_INCLUDED
==
TRUE
tGAP_CONN
conn
;
#endif
#if
BLE_INCLUDED
==
TRUE
&&
GATTS_INCLUDED
==
TRUE
tGAP_ATTR
gap_attr
[
GAP_MAX_CHAR_NUM
]
;
tGAP_CLCB
clcb
[
GAP_MAX_CL
]
;
tGATT_IF
gatt_if
;
#endif
}
tGAP_CB
;
Fields
Field
Declared as
tGAP_CB::blk
tGAP_INFO
[
GAP_MAX_BLOCKS
]
tGAP_CB::btm_cback
tBTM_CMPL_CB
*
[
GAP_MAX_BLOCKS
]
tGAP_CB::trace_level
UINT8
tGAP_CB::conn
tGAP_CONN
tGAP_CB::gap_attr
tGAP_ATTR
[
GAP_MAX_CHAR_NUM
]
tGAP_CB::clcb
tGAP_CLCB
[
GAP_MAX_CL
]
tGAP_CB::gatt_if
tGATT_IF
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
gap_int.h:126
}
tGAP_CB
;
gap_int.h:143
tGAP_CB
gap_cb
;
gap_api.c:27
memset
(
&
gap_cb
,
0
,
sizeof
(
tGAP_CB
)
)
;
gap_api.c:72
GAP_Init()
}
tGAP_CB
;
gap_int.h:143
tGAP_CB
extern
tGAP_CB
gap_cb
;
gap_int.h:146
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
Instance
Scope
Location
Project
gap_cb
gap_int.h:146
gap_cb
gap_api.c:27
Lifecycle
from
examples
All items filtered out
All items filtered out