ESP-IDF
ble_l2cap_sig_coc_disconnect_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_coc_disconnect_cb()
ble_l2cap_sig_coc_disconnect_cb() function
Syntax
Show:
Summary
Declaration
from
ble_l2cap_sig.c:1626
static
void
ble_l2cap_sig_coc_disconnect_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_update_call_cb()
$update *
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_coc_disconnect_cb
(
struct
ble_l2cap_sig_proc
*
proc
,
int
status
)
ble_l2cap_sig.c:1627
ble_l2cap_sig_coc_disconnect_cb
(
proc
,
rc
)
;
ble_l2cap_sig.c:1692
ble_l2cap_sig_disc_rsp_rx()
ble_l2cap_sig_coc_disconnect_cb
(
proc
,
reason
)
;
ble_l2cap_sig.c:1952
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_coc_disconnect_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1999
ble_l2cap_sig_timer()
Call Tree
from
examples
ble_l2cap_sig_coc_disconnect_cb()
is called by 3 functions and calls 5 functions:
ble_l2cap_sig_disc_rsp_rx()
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_timer()
All items filtered out
ble_l2cap_sig_coc_disconnect_cb()
ble_hs_conn_delete_chan()
ble_hs_conn_find_assert()
ble_l2cap_chan_free()
ble_hs_lock()
ble_hs_unlock()
All items filtered out
Data Use
from
examples
ble_l2cap_sig_coc_disconnect_cb()
reads 4 variables:
ble_l2cap_chan::conn_handle
ble_l2cap_chan::cb
ble_l2cap_sig_proc::
::
::chan
ble_l2cap_sig_proc::
::disconnect
All items filtered out
ble_l2cap_sig_coc_disconnect_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