ESP-IDF
tBTM_INQUIRY_CMPL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
tBTM_INQUIRY_CMPL
tBTM_INQUIRY_CMPL struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:710
typedef
struct
{
tBTM_STATUS
status
;
UINT8
num_resp
;
}
tBTM_INQUIRY_CMPL
;
Fields
Field
Declared as
tBTM_INQUIRY_CMPL::status
tBTM_STATUS
tBTM_INQUIRY_CMPL::num_resp
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_api.h:710
}
tBTM_INQUIRY_CMPL
;
btm_api.h:713
tBTM_INQUIRY_CMPL
result
;
bta_dm_act.c:1645
bta_dm_search_start()
p_msg
->
inq_cmpl
.
num
=
(
(
tBTM_INQUIRY_CMPL
*
)
p_result
)
->
num_resp
;
bta_dm_act.c:2905
bta_dm_inq_cmpl_cb()
data
.
inq_cmpl
.
num_resps
=
(
(
tBTM_INQUIRY_CMPL
*
)
p_result
)
->
num_resp
;
bta_dm_act.c:4832
bta_dm_observe_cmpl_cb()
}
tBTM_INQUIRY_CMPL
;
btm_api.h:713
tBTM_INQUIRY_CMPL
(
p_obs_cb
)
(
(
tBTM_INQUIRY_CMPL
*
)
&
btm_cb
.
btm_inq_vars
.
inq_cmpl_info
)
;
btm_ble_gap.c:3979
btm_ble_stop_observe()
(
p_scan_cb
)
(
(
tBTM_INQUIRY_CMPL
*
)
&
btm_cb
.
btm_inq_vars
.
inq_cmpl_info
)
;
btm_ble_gap.c:4018
btm_ble_stop_discover()
(
p_inq_cb
)
(
(
tBTM_INQUIRY_CMPL
*
)
&
p_inq
->
inq_cmpl_info
)
;
btm_inq.c:2117
btm_process_inq_complete()
tBTM_INQUIRY_CMPL
inq_cmpl_info
;
/* Status and number of responses from the last inquiry */
btm_int.h:358
tBTM_INQUIRY_VAR_ST
tBTM_INQUIRY_VAR_ST::inq_cmpl_info
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
Instance
Scope
Location
Project
tBTM_INQUIRY_VAR_ST::inq_cmpl_info
tBTM_INQUIRY_VAR_ST
btm_int.h:358
Lifecycle
from
examples
All items filtered out
All items filtered out