ESP-IDF
tL2C_CB
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
tL2C_CB
tL2C_CB struct
Syntax
Show:
Summary
Declaration
from
l2c_int.h:474
typedef
struct
{
UINT8
l2cap_trace_level
;
UINT16
controller_xmit_window
;
UINT16
round_robin_quota
;
UINT16
round_robin_unacked
;
BOOLEAN
check_round_robin
;
BOOLEAN
is_cong_cback_context
;
list_t
*
p_lcb_pool
;
list_t
*
p_ccb_pool
;
tL2C_RCB
rcb_pool
[
MAX_L2CAP_CLIENTS
]
;
UINT8
desire_role
;
BOOLEAN
disallow_switch
;
UINT16
num_lm_acl_bufs
;
UINT16
idle_timeout
;
list_t
*
rcv_pending_q
;
TIMER_LIST_ENT
rcv_hold_tle
;
tL2C_LCB
*
p_cur_hcit_lcb
;
UINT16
num_links_active
;
#if
(
L2CAP_NON_FLUSHABLE_PB_INCLUDED
==
TRUE
)
UINT16
non_flushable_pbf
;
BOOLEAN
is_flush_active
;
#endif
#if
L2CAP_CONFORMANCE_TESTING
==
TRUE
UINT32
test_info_resp
;
#endif
#if
(
L2CAP_NUM_FIXED_CHNLS
>
0
)
tL2CAP_FIXED_CHNL_REG
fixed_reg
[
L2CAP_NUM_FIXED_CHNLS
]
;
#endif
#if
(
BLE_INCLUDED
==
TRUE
)
UINT16
num_ble_links_active
;
BOOLEAN
is_ble_connecting
;
BD_ADDR
ble_connecting_bda
;
UINT16
controller_le_xmit_window
;
tL2C_BLE_FIXED_CHNLS_MASK
l2c_ble_fixed_chnls_mask
;
UINT16
num_lm_ble_bufs
;
UINT16
ble_round_robin_quota
;
UINT16
ble_round_robin_unacked
;
BOOLEAN
ble_check_round_robin
;
tL2C_RCB
ble_rcb_pool
[
BLE_MAX_L2CAP_CLIENTS
]
;
#endif
tL2CA_ECHO_DATA_CB
*
p_echo_data_cb
;
#if
(
defined
(
L2CAP_HIGH_PRI_CHAN_QUOTA_IS_CONFIGURABLE
)
&&
(
L2CAP_HIGH_PRI_CHAN_QUOTA_IS_CONFIGURABLE
==
TRUE
)
)
UINT16
high_pri_min_xmit_quota
;
#endif
UINT16
dyn_psm
;
}
tL2C_CB
;
Fields
Field
Declared as
tL2C_CB::l2cap_trace_level
UINT8
tL2C_CB::controller_xmit_window
UINT16
tL2C_CB::round_robin_quota
UINT16
tL2C_CB::round_robin_unacked
UINT16
tL2C_CB::check_round_robin
BOOLEAN
tL2C_CB::is_cong_cback_context
BOOLEAN
tL2C_CB::p_lcb_pool
list_t
*
tL2C_CB::p_ccb_pool
list_t
*
tL2C_CB::rcb_pool
tL2C_RCB
[
MAX_L2CAP_CLIENTS
]
tL2C_CB::desire_role
UINT8
tL2C_CB::disallow_switch
BOOLEAN
tL2C_CB::num_lm_acl_bufs
UINT16
tL2C_CB::idle_timeout
UINT16
tL2C_CB::rcv_pending_q
list_t
*
tL2C_CB::rcv_hold_tle
TIMER_LIST_ENT
tL2C_CB::p_cur_hcit_lcb
tL2C_LCB
*
tL2C_CB::num_links_active
UINT16
tL2C_CB::non_flushable_pbf
UINT16
tL2C_CB::is_flush_active
BOOLEAN
tL2C_CB::fixed_reg
tL2CAP_FIXED_CHNL_REG
[
L2CAP_NUM_FIXED_CHNLS
]
tL2C_CB::num_ble_links_active
UINT16
tL2C_CB::is_ble_connecting
BOOLEAN
tL2C_CB::ble_connecting_bda
BD_ADDR
tL2C_CB::controller_le_xmit_window
UINT16
tL2C_CB::l2c_ble_fixed_chnls_mask
tL2C_BLE_FIXED_CHNLS_MASK
tL2C_CB::num_lm_ble_bufs
UINT16
tL2C_CB::ble_round_robin_quota
UINT16
tL2C_CB::ble_round_robin_unacked
UINT16
tL2C_CB::ble_check_round_robin
BOOLEAN
tL2C_CB::ble_rcb_pool
tL2C_RCB
[
BLE_MAX_L2CAP_CLIENTS
]
tL2C_CB::p_echo_data_cb
tL2CA_ECHO_DATA_CB
*
tL2C_CB::dyn_psm
UINT16
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