ESP-IDF
tBTA_DM_SEARCH::inq_cmpl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_DM_SEARCH::inq_cmpl
tBTA_DM_SEARCH::inq_cmpl field
Syntax
Show:
Summary
Declaration
from
bta_api.h:1207
tBTA_DM_INQ_CMPL
inq_cmpl
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_INQ_CMPL
inq_cmpl
;
/* Inquiry complete. */
bta_api.h:1207
BT_INFO
(
"Scan completed, number of scan response %d"
,
p_data
->
inq_cmpl
.
num_resps
)
;
adapter.c:318
bt_mesh_scan_result_callback()
data
.
inq_cmpl
.
num_resps
=
p_data
->
inq_cmpl
.
num
;
bta_dm_act.c:1933
bta_dm_inq_cmpl()
data
.
inq_cmpl
.
num_resps
=
(
(
tBTM_INQUIRY_CMPL
*
)
p_result
)
->
num_resp
;
bta_dm_act.c:4832
bta_dm_observe_cmpl_cb()
param
.
scan_rst
.
num_resps
=
p_data
->
inq_cmpl
.
num_resps
;
btc_gap_ble.c:708
btc_search_callback()
BTC_TRACE_DEBUG
(
"%s BLE observe complete. Num Resp %d\n"
,
__FUNCTION__
,
p_data
->
inq_cmpl
.
num_resps
)
;
btc_gap_ble.c:709
btc_search_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_SEARCH::inq_cmpl
is read by 4 functions:
All items filtered out
tBTA_DM_SEARCH::inq_cmpl
bta_dm_inq_cmpl()
bta_dm_observe_cmpl_cb()
btc_search_callback()
bt_mesh_scan_result_callback()
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