ESP-IDF
BTM_GENERAL_INQUIRY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTM_GENERAL_INQUIRY
BTM_GENERAL_INQUIRY macro
Syntax
Show:
Summary
Declaration
from
btm_api.h:259
#define
BTM_GENERAL_INQUIRY
0x01
Examples
References
from
examples
Code
Location
#define
BTM_GENERAL_INQUIRY
0x01
btm_api.h:259
#define
BTA_DM_GENERAL_INQUIRY
BTM_GENERAL_INQUIRY
/* Perform general inquiry. */
bta_api.h:228
#define
BTM_BR_INQUIRY_MASK
(
BTM_GENERAL_INQUIRY
|
BTM_LIMITED_INQUIRY
)
btm_api.h:261
#define
BTM_GENERAL_INQUIRY_ACTIVE
BTM_GENERAL_INQUIRY
/* a general inquiry is in progress */
btm_api.h:272
if
(
p_inqparms
->
mode
!=
BTM_GENERAL_INQUIRY
&&
btm_inq.c:476
if
(
(
p_inqparms
->
mode
&
BTM_BR_INQUIRY_MASK
)
!=
BTM_GENERAL_INQUIRY
&&
btm_inq.c:845
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