ESP-IDF
tGATT_CONN_CBACK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_CONN_CBACK
tGATT_CONN_CBACK
Syntax
Show:
Summary
Declaration
from
gatt_api.h:582
typedef
void
(
tGATT_CONN_CBACK
)
(
tGATT_IF
gatt_if
,
BD_ADDR
bda
,
UINT16
conn_id
,
BOOLEAN
connected
,
tGATT_DISCONN_REASON
reason
,
tBT_TRANSPORT
transport
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
(
tGATT_CONN_CBACK
)
(
tGATT_IF
gatt_if
,
BD_ADDR
bda
,
UINT16
conn_id
,
BOOLEAN
connected
,
gatt_api.h:582
tGATT_CONN_CBACK
*
p_conn_cb
;
gatt_api.h:601
tGATT_CBACK
tGATT_CBACK::p_conn_cb
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
tGATT_CBACK::p_conn_cb
tGATT_CBACK
gatt_api.h:601
Lifecycle
from
examples
All items filtered out
All items filtered out