ESP-IDF
+
0
/2 examples
SourceVu will show references to
ble_l2cap_event::type
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::type
ble_l2cap_event::type field
Indicates the type of L2CAP event that occurred. This is one of the BLE_L2CAP_EVENT codes.
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:355
uint8_t
type
;
Examples
ble_l2cap_event::type
is referenced by 2 libraries and example projects:
coc_blecent sample
coc_bleprph sample
References
from
0/2
examples
Code
Location
Referrer
uint8_t
type
;
ble_l2cap.h:355
event
.
type
=
BLE_L2CAP_EVENT_COC_DATA_RECEIVED
;
ble_l2cap_coc.c:173
ble_l2cap_event_coc_received_data()
event
.
type
=
BLE_L2CAP_EVENT_COC_DISCONNECTED
;
ble_l2cap_coc.c:402
ble_l2cap_event_coc_disconnected()
event
.
type
=
BLE_L2CAP_EVENT_COC_TX_UNSTALLED
;
ble_l2cap_coc.c:439
ble_l2cap_event_coc_unstalled()
event
.
type
=
BLE_L2CAP_EVENT_COC_CONNECTED
;
ble_l2cap_sig.c:666
ble_l2cap_event_coc_connected()
event
.
type
=
BLE_L2CAP_EVENT_COC_ACCEPT
;
ble_l2cap_sig.c:679
ble_l2cap_event_coc_accept()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
ble_l2cap_event::type
is written by 5 functions:
ble_l2cap_event_coc_received_data()
ble_l2cap_event_coc_disconnected()
ble_l2cap_event_coc_unstalled()
ble_l2cap_event_coc_connected()
ble_l2cap_event_coc_accept()
All items filtered out
ble_l2cap_event::type
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