ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_l2cap_event::
::receive
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::
::receive
ble_l2cap_event::
::receive field
Represents received data. Valid for the following event types: o BLE_L2CAP_EVENT_COC_DATA_RECEIVED
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:416
struct
{
uint16_t
conn_handle
;
struct
ble_l2cap_chan
*
chan
;
struct
os_mbuf
*
sdu_rx
;
}
receive
;
Examples
ble_l2cap_event::
::receive
is referenced by 1 libraries and example projects:
coc_bleprph sample
References
from
0/1
examples
Code
Location
Referrer
}
receive
;
ble_l2cap.h:425
event
.
receive
.
conn_handle
=
chan
->
conn_handle
;
ble_l2cap_coc.c:174
ble_l2cap_event_coc_received_data()
event
.
receive
.
chan
=
chan
;
ble_l2cap_coc.c:175
ble_l2cap_event_coc_received_data()
event
.
receive
.
sdu_rx
=
om
;
ble_l2cap_coc.c:176
ble_l2cap_event_coc_received_data()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
ble_l2cap_event::
::receive
is read by 1 function:
All items filtered out
ble_l2cap_event::
::receive
ble_l2cap_event_coc_received_data()
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