ESP-IDF
gatt_le_connect_cback()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gatt_le_connect_cback()
gatt_le_connect_cback() function
* Function gatt_le_connect_cback * Description This callback function is called by L2CAP to indicate that * the ATT fixed channel for LE is * connected (conn = TRUE)/disconnected (conn = FALSE).
Syntax
Show:
Summary
Declaration
Definition
from
gatt_main.c:46
static
void
gatt_le_connect_cback
(
UINT16
chan
,
BD_ADDR
bd_addr
,
BOOLEAN
connected
,
UINT16
reason
,
tBT_TRANSPORT
transport
)
;
Implemented in
gatt_main.c:446
Arguments
Argument
chan
bd_addr
connected
reason
transport
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