ESP-IDF
+
0
/12 examples
SourceVu will show references to
ble_gap_disc_cancel()
from the following samples and libraries:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
coc_blecent sample
ble_multi_conn_cent sample
ble_pawr_sync sample
ble_pawr_sync_conn sample
phy_cent sample
proximity_sensor_cent sample
spp_client sample
blecent_throughput sample
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
ble_gap_disc_cancel()
ble_gap_disc_cancel() function
Cancels the discovery procedure currently in progress. A success return code indicates that scanning has been fully aborted; a new discovery or connect procedure can be initiated immediately.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.h:2566
int
ble_gap_disc_cancel
(
void
)
;
Implemented in
ble_gap.c:6045
Return value
0 on success; BLE_HS_EALREADY if there is no discovery procedure to cancel; Other nonzero on unexpected error.
Examples
ble_gap_disc_cancel()
is referenced by 12 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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