ESP-IDF
tBTM_DEVCB::dev_class
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
tBTM_DEVCB::dev_class
tBTM_DEVCB::dev_class field
Syntax
Show:
Summary
Declaration
from
btm_int.h:229
DEV_CLASS
dev_class
;
Examples
References
from
examples
Code
Location
Referrer
DEV_CLASS
dev_class
;
/* Local device class */
btm_int.h:229
if
(
!
memcmp
(
btm_cb
.
devcb
.
dev_class
,
dev_class
,
DEV_CLASS_LEN
)
)
{
btm_devctl.c:614
BTM_SetDeviceClass()
memcpy
(
btm_cb
.
devcb
.
dev_class
,
dev_class
,
DEV_CLASS_LEN
)
;
btm_devctl.c:618
BTM_SetDeviceClass()
return
(
(
UINT8
*
)
btm_cb
.
devcb
.
dev_class
)
;
btm_devctl.c:643
BTM_ReadDeviceClass()
DEVCLASS_TO_STREAM
(
p
,
btm_cb
.
devcb
.
dev_class
)
;
btm_sec.c:1787
BTM_BuildOobData()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_DEVCB::dev_class
is read by 3 functions:
All items filtered out
tBTM_DEVCB::dev_class
BTM_SetDeviceClass()
BTM_ReadDeviceClass()
BTM_BuildOobData()
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