ESP-IDF
ble_l2cap_event::
::tx_unstalled
is only used within ESP-IDF.
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::
::tx_unstalled
ble_l2cap_event::
::tx_unstalled field
Represents tx_unstalled data. Valid for the following event types: o BLE_L2CAP_EVENT_COC_TX_UNSTALLED
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:432
struct
{
uint16_t
conn_handle
;
struct
ble_l2cap_chan
*
chan
;
int
status
;
}
tx_unstalled
;
Examples
References
from
examples
Code
Location
Referrer
}
tx_unstalled
;
ble_l2cap.h:447
event
.
tx_unstalled
.
conn_handle
=
chan
->
conn_handle
;
ble_l2cap_coc.c:440
ble_l2cap_event_coc_unstalled()
event
.
tx_unstalled
.
chan
=
chan
;
ble_l2cap_coc.c:441
ble_l2cap_event_coc_unstalled()
event
.
tx_unstalled
.
status
=
status
;
ble_l2cap_coc.c:442
ble_l2cap_event_coc_unstalled()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_event::
::tx_unstalled
is read by 1 function:
All items filtered out
ble_l2cap_event::
::tx_unstalled
ble_l2cap_event_coc_unstalled()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out