ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_l2cap_event::
::accept
from the following samples and libraries:
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::
::accept
ble_l2cap_event::
::accept field
Represents connection accept. Valid for the following event types: o BLE_L2CAP_EVENT_COC_ACCEPT
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:400
struct
{
uint16_t
conn_handle
;
uint16_t
peer_sdu_size
;
struct
ble_l2cap_chan
*
chan
;
}
accept
;
Examples
ble_l2cap_event::
::accept
is referenced by 1 libraries and example projects:
coc_bleprph sample
References
from
0/1
examples
Code
Location
Referrer
}
accept
;
ble_l2cap.h:409
event
.
accept
.
chan
=
chan
;
ble_l2cap_sig.c:680
ble_l2cap_event_coc_accept()
event
.
accept
.
conn_handle
=
chan
->
conn_handle
;
ble_l2cap_sig.c:681
ble_l2cap_event_coc_accept()
event
.
accept
.
peer_sdu_size
=
peer_sdu_size
;
ble_l2cap_sig.c:682
ble_l2cap_event_coc_accept()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
ble_l2cap_event::
::accept
is read by 1 function:
All items filtered out
ble_l2cap_event::
::accept
ble_l2cap_event_coc_accept()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out