ESP-IDF
ble_l2cap_sig_proc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_l2cap_sig_proc
ble_l2cap_sig_proc struct
Syntax
Show:
Summary
Declaration
from
ble_l2cap_sig.c:71
struct
ble_l2cap_sig_proc
{
STAILQ_ENTRY
(
ble_l2cap_sig_proc
)
next
;
ble_npl_time_t
exp_os_ticks
;
uint16_t
conn_handle
;
uint8_t
op
;
uint8_t
id
;
union
{
struct
{
ble_l2cap_sig_update_fn
*
cb
;
void
*
cb_arg
;
}
update
;
struct
{
uint8_t
chan_cnt
;
struct
ble_l2cap_chan
*
chan
[
BLE_L2CAP_MAX_COC_CONN_REQ
]
;
}
connect
;
struct
{
struct
ble_l2cap_chan
*
chan
;
}
disconnect
;
#if
MYNEWT_VAL
(
BLE_L2CAP_ENHANCED_COC
)
struct
{
uint8_t
cid_cnt
;
uint16_t
cids
[
BLE_L2CAP_MAX_COC_CONN_REQ
]
;
uint16_t
new_mps
;
uint16_t
new_mtu
;
}
reconfig
;
#endif
}
;
}
;
Fields
Field
Declared as
ble_l2cap_sig_proc::next
STAILQ_ENTRY
(
ble_l2cap_sig_proc
)
ble_l2cap_sig_proc::exp_os_ticks
ble_npl_time_t
ble_l2cap_sig_proc::conn_handle
uint16_t
ble_l2cap_sig_proc::op
uint8_t
ble_l2cap_sig_proc::id
uint8_t
Related Functions
Found 9 other functions taking a
ble_l2cap_sig_proc
argument:
Function
Description
ble_l2cap_sig_proc_free()
Frees the specified proc entry. No-op if passed a null pointer.
ble_l2cap_sig_process_status()
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_sig_update_call_cb()
$update *
ble_l2cap_sig_coc_disconnect_cb()
ble_l2cap_sig_dbg_assert_proc_not_inserted()
$debug *
ble_l2cap_sig_proc_insert()
ble_l2cap_sig_proc_matches()
Tests if a proc entry fits the specified criteria.
ble_l2cap_sig_proc_set_timer()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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