ESP-IDF
+
0
/2 examples
SourceVu will show references to
ble_l2cap_event::
::disconnect
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::
::disconnect
ble_l2cap_event::
::disconnect field
Represents a terminated connection. Valid for the following event types: o BLE_L2CAP_EVENT_COC_DISCONNECTED
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:387
struct
{
uint16_t
conn_handle
;
struct
ble_l2cap_chan
*
chan
;
}
disconnect
;
Examples
ble_l2cap_event::
::disconnect
is referenced by 2 libraries and example projects:
coc_blecent sample
coc_bleprph sample
References
from
0/2
examples
Code
Location
Referrer
}
disconnect
;
ble_l2cap.h:393
event
.
disconnect
.
conn_handle
=
chan
->
conn_handle
;
ble_l2cap_coc.c:403
ble_l2cap_event_coc_disconnected()
event
.
disconnect
.
chan
=
chan
;
ble_l2cap_coc.c:404
ble_l2cap_event_coc_disconnected()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
ble_l2cap_event::
::disconnect
is read by 1 function:
All items filtered out
ble_l2cap_event::
::disconnect
ble_l2cap_event_coc_disconnected()
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