ESP-IDF
ble_l2cap_sig_update_call_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_update_call_cb()
ble_l2cap_sig_update_call_cb() function
$update *
Syntax
Show:
Summary
Declaration
from
ble_l2cap_sig.c:362
static
void
ble_l2cap_sig_update_call_cb
(
struct
ble_l2cap_sig_proc
*
proc
,
int
status
)
;
Arguments
Argument
proc
status
Related Functions
Found 8 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_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
Code
Location
Referrer
ble_l2cap_sig_update_call_cb
(
struct
ble_l2cap_sig_proc
*
proc
,
int
status
)
ble_l2cap_sig.c:363
ble_l2cap_sig_update_call_cb
(
proc
,
cb_status
)
;
ble_l2cap_sig.c:529
ble_l2cap_sig_update_rsp_rx()
ble_l2cap_sig_update_call_cb
(
proc
,
reason
)
;
ble_l2cap_sig.c:1945
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_update_call_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1992
ble_l2cap_sig_timer()
Call Tree
from
examples
ble_l2cap_sig_update_call_cb()
is called by 3 functions and calls 1 function:
ble_l2cap_sig_update_rsp_rx()
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_timer()
All items filtered out
ble_l2cap_sig_update_call_cb()
ble_l2cap_sig_proc::
::
::cb
All items filtered out
Data Use
from
examples
ble_l2cap_sig_update_call_cb()
reads 4 variables:
ble_l2cap_sig_proc::conn_handle
ble_l2cap_sig_proc::
::
::cb
ble_l2cap_sig_proc::
::
::cb_arg
ble_l2cap_sig_proc::
::update
All items filtered out
ble_l2cap_sig_update_call_cb()
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