ESP-IDF
+
0
/2 examples
SourceVu will show references to
ble_l2cap_event::
::connect
from the following samples and libraries:
coc_blecent sample
coc_bleprph sample
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
ble_l2cap_event::
::connect
ble_l2cap_event::
::connect field
Represents a connection attempt. Valid for the following event types: o BLE_L2CAP_EVENT_COC_CONNECTED
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:366
struct
{
int
status
;
uint16_t
conn_handle
;
struct
ble_l2cap_chan
*
chan
;
}
connect
;
Examples
ble_l2cap_event::
::connect
is referenced by 2 libraries and example projects:
coc_blecent sample
coc_bleprph sample
References
from
0/2
examples
Code
Location
Referrer
}
connect
;
ble_l2cap.h:380
event
.
connect
.
conn_handle
=
chan
->
conn_handle
;
ble_l2cap_sig.c:667
ble_l2cap_event_coc_connected()
event
.
connect
.
chan
=
chan
;
ble_l2cap_sig.c:668
ble_l2cap_event_coc_connected()
event
.
connect
.
status
=
status
;
ble_l2cap_sig.c:669
ble_l2cap_event_coc_connected()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
ble_l2cap_event::
::connect
is read by 1 function:
All items filtered out
ble_l2cap_event::
::connect
ble_l2cap_event_coc_connected()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out