ESP-IDF
ble_l2cap_sig_dispatch
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_sig_dispatch
ble_l2cap_sig_dispatch variable
Syntax
Show:
Summary
Declaration
from
ble_l2cap_sig.c:141
static
ble_l2cap_sig_rx_fn
*
const
ble_l2cap_sig_dispatch
[
]
=
{
[
BLE_L2CAP_SIG_OP_REJECT
]
=
ble_l2cap_sig_rx_reject
,
[
BLE_L2CAP_SIG_OP_CONNECT_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_CONFIG_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_DISCONN_REQ
]
=
ble_l2cap_sig_disc_req_rx
,
[
BLE_L2CAP_SIG_OP_DISCONN_RSP
]
=
ble_l2cap_sig_disc_rsp_rx
,
[
BLE_L2CAP_SIG_OP_ECHO_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_INFO_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_CREATE_CHAN_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_MOVE_CHAN_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_MOVE_CHAN_CONF_RSP
]
=
ble_l2cap_sig_rx_noop
,
[
BLE_L2CAP_SIG_OP_UPDATE_REQ
]
=
ble_l2cap_sig_update_req_rx
,
[
BLE_L2CAP_SIG_OP_UPDATE_RSP
]
=
ble_l2cap_sig_update_rsp_rx
,
[
BLE_L2CAP_SIG_OP_LE_CREDIT_CONNECT_REQ
]
=
ble_l2cap_sig_coc_req_rx
,
[
BLE_L2CAP_SIG_OP_LE_CREDIT_CONNECT_RSP
]
=
ble_l2cap_sig_coc_rsp_rx
,
[
BLE_L2CAP_SIG_OP_FLOW_CTRL_CREDIT
]
=
ble_l2cap_sig_le_credits_rx
,
[
BLE_L2CAP_SIG_OP_CREDIT_CONNECT_REQ
]
=
ble_l2cap_sig_credit_base_con_req_rx
,
[
BLE_L2CAP_SIG_OP_CREDIT_CONNECT_RSP
]
=
ble_l2cap_sig_credit_base_con_rsp_rx
,
[
BLE_L2CAP_SIG_OP_CREDIT_RECONFIG_REQ
]
=
ble_l2cap_sig_credit_base_reconfig_req_rx
,
[
BLE_L2CAP_SIG_OP_CREDIT_RECONFIG_RSP
]
=
ble_l2cap_sig_credit_base_reconfig_rsp_rx
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
ble_l2cap_sig_rx_fn
*
const
ble_l2cap_sig_dispatch
[
]
=
{
ble_l2cap_sig.c:141
return
ble_l2cap_sig_dispatch
[
op
]
;
ble_l2cap_sig.c:211
ble_l2cap_sig_dispatch_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_sig_dispatch
is read by 1 function:
All items filtered out
ble_l2cap_sig_dispatch
ble_l2cap_sig_dispatch_get()
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