ESP-IDF
BTA_DmBleScan()
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
BTA_DmBleScan()
BTA_DmBleScan() function
* Function BTA_DmBleScan * Description This procedure keep the device listening for advertising * events from a broadcast device. * Parameters start: start or stop scan. * Returns void * Returns void.
Syntax
Show:
Summary
Declaration
Definition
from
bta_api.h:2639
extern
void
BTA_DmBleScan
(
BOOLEAN
start
,
UINT32
duration
,
tBTA_DM_SEARCH_CBACK
*
p_results_cb
,
tBTA_START_STOP_SCAN_CMPL_CBACK
*
p_start_stop_scan_cb
)
;
Implemented in
bta_dm_api.c:2878
Arguments
Argument
start
duration
p_results_cb
p_start_stop_scan_cb
Examples
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