ESP-IDF
slave_conn
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
slave_conn
slave_conn variable
Syntax
Show:
Summary
Declaration
from
ble_gap.c:295
int
slave_conn
[
MYNEWT_VAL
(
BLE_MAX_CONNECTIONS
)
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
int
slave_conn
[
MYNEWT_VAL
(
BLE_MAX_CONNECTIONS
)
+
1
]
;
ble_gap.c:295
if
(
slave_conn
[
conn_handle
]
)
{
ble_gap.c:1572
ble_gap_conn_broken()
slave_conn
[
conn_handle
]
=
0
;
ble_gap.c:1573
ble_gap_conn_broken()
slave_conn
[
ev
->
conn_handle
]
=
1
;
ble_gap.c:2793
ble_gap_rx_rd_rem_sup_feat_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slave_conn
is read by 2 functions:
All items filtered out
slave_conn
ble_gap_conn_broken()
ble_gap_rx_rd_rem_sup_feat_complete()
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