ESP-IDF
ble_l2cap_sig_coc_connect_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_connect_cb()
ble_l2cap_sig_coc_connect_cb() function
Syntax
Show:
Summary
Declaration
from
ble_l2cap_sig.c:687
static
void
ble_l2cap_sig_coc_connect_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_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
Code
Location
Referrer
ble_l2cap_sig_coc_connect_cb
(
struct
ble_l2cap_sig_proc
*
proc
,
int
status
)
ble_l2cap_sig.c:688
ble_l2cap_sig_coc_connect_cb
(
proc
,
rc
)
;
ble_l2cap_sig.c:1329
ble_l2cap_sig_coc_rsp_rx()
ble_l2cap_sig_coc_connect_cb
(
proc
,
BLE_HS_EREJECT
)
;
ble_l2cap_sig.c:1804
ble_l2cap_sig_rx_reject()
ble_l2cap_sig_coc_connect_cb
(
proc
,
reason
)
;
ble_l2cap_sig.c:1949
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_coc_connect_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1996
ble_l2cap_sig_timer()
Call Tree
from
examples
ble_l2cap_sig_coc_connect_cb()
is called by 4 functions and calls 5 functions:
ble_l2cap_sig_coc_rsp_rx()
ble_l2cap_sig_rx_reject()
ble_l2cap_sig_conn_broken()
ble_l2cap_sig_timer()
All items filtered out
ble_l2cap_sig_coc_connect_cb()
ble_hs_conn_find()
ble_l2cap_chan_free()
ble_hs_lock()
ble_hs_unlock()
ble_l2cap_event_coc_connected()
All items filtered out
Data Use
from
examples
ble_l2cap_sig_coc_connect_cb()
reads 6 variables and writes 1 variable:
ble_l2cap_chan::conn_handle
ble_l2cap_chan::dcid
ble_l2cap_chan::cb
ble_l2cap_sig_proc::
::
::chan_cnt
ble_l2cap_sig_proc::
::
::chan
ble_l2cap_sig_proc::
::connect
All items filtered out
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_chan::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