ESP-IDF
bt_mesh_dev
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_dev
bt_mesh_dev struct
Syntax
Show:
Summary
Declaration
from
hci.h:53
struct
bt_mesh_dev
{
BLE_MESH_ATOMIC_DEFINE
(
flags
,
BLE_MESH_DEV_NUM_FLAGS
)
;
uint8_t
hci_version
;
uint8_t
lmp_version
;
uint16_t
hci_revision
;
uint16_t
lmp_subversion
;
uint16_t
manufacturer
;
uint8_t
features
[
BLE_MESH_LMP_FEAT_PAGES_COUNT
]
[
8
]
;
struct
bt_mesh_dev_le
le
;
}
;
Fields
Field
Declared as
bt_mesh_dev::flags
BLE_MESH_ATOMIC_DEFINE
(
bt_mesh_dev::hci_version
uint8_t
bt_mesh_dev::lmp_version
uint8_t
bt_mesh_dev::hci_revision
uint16_t
bt_mesh_dev::lmp_subversion
uint16_t
bt_mesh_dev::manufacturer
uint16_t
bt_mesh_dev::features
uint8_t
[
BLE_MESH_LMP_FEAT_PAGES_COUNT
]
[
8
]
bt_mesh_dev::le
struct
bt_mesh_dev_le
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_dev
{
hci.h:53
struct
bt_mesh_dev
bt_mesh_dev
;
adapter.c:39
bt_mesh_dev
extern
struct
bt_mesh_dev
bt_mesh_dev
;
hci.h:125
bt_mesh_dev
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
bt_mesh_dev
hci.h:125
bt_mesh_dev
adapter.c:39
Lifecycle
from
examples
All items filtered out
All items filtered out