ESP-IDF
ble_gap_adv_finished()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_adv_finished()
ble_gap_adv_finished() function
Syntax
Show:
Summary
Declaration
from
ble_gap.c:1061
static
void
ble_gap_adv_finished
(
uint8_t
instance
,
int
reason
,
uint16_t
conn_handle
,
uint8_t
num_events
)
;
Arguments
Argument
instance
reason
conn_handle
num_events
Examples
References
from
examples
Code
Location
Referrer
ble_gap_adv_finished
(
uint8_t
instance
,
int
reason
,
uint16_t
conn_handle
,
ble_gap.c:1062
ble_gap_adv_finished
(
0
,
reason
,
0
,
0
)
;
ble_gap.c:1774
ble_gap_reset_state()
ble_gap_adv_finished
(
0
,
0
,
0
,
0
)
;
ble_gap.c:2581
ble_gap_rx_conn_complete()
ble_gap_adv_finished
(
0
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gap.c:2974
ble_gap_slave_timer()
Call Tree
from
examples
ble_gap_adv_finished()
is called by 3 functions and calls 2 functions:
ble_gap_reset_state()
ble_gap_rx_conn_complete()
ble_gap_slave_timer()
All items filtered out
ble_gap_adv_finished()
ble_gap_slave_extract_cb()
ble_gap_event_listener_call()
All items filtered out
Data Use
from
examples
ble_gap_adv_finished()
reads 1 variable and writes 2 variables:
ble_gap_event::
::adv_complete
All items filtered out
ble_gap_adv_finished()
ble_gap_event::type
ble_gap_event::
::
::reason
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