ESP-IDF
bt_mesh_client_op_pair_t
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
bt_mesh_client_op_pair_t
bt_mesh_client_op_pair_t struct
Client model opcode pair table
Syntax
Show:
Summary
Declaration
from
client_common.h:17
typedef
struct
{
uint32_t
cli_op
;
uint32_t
status_op
;
}
bt_mesh_client_op_pair_t
;
Fields
Field
Declared as
bt_mesh_client_op_pair_t::cli_op
uint32_t
bt_mesh_client_op_pair_t::status_op
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
client_common.h:17
}
bt_mesh_client_op_pair_t
;
client_common.h:20
static
const
bt_mesh_client_op_pair_t
cfg_op_pair
[
]
=
{
cfg_cli.c:24
static
uint32_t
bt_mesh_client_get_status_op
(
const
bt_mesh_client_op_pair_t
*
op_pair
,
client_common.c:140
bt_mesh_client_get_status_op()
bt_mesh_client_get_status_op()::op_pair
const
bt_mesh_client_op_pair_t
*
op
=
op_pair
;
client_common.c:147
bt_mesh_client_get_status_op()
}
bt_mesh_client_op_pair_t
;
client_common.h:20
bt_mesh_client_op_pair_t
const
bt_mesh_client_op_pair_t
*
op_pair
;
client_common.h:31
bt_mesh_client_user_data_t
bt_mesh_client_user_data_t::op_pair
.
struct_client_op_pair_size
=
sizeof
(
bt_mesh_client_op_pair_t
)
,
ext.c:4226
.
struct_client_op_pair_off_status_op
=
offsetof
(
bt_mesh_client_op_pair_t
,
status_op
)
,
ext.c:4227
static
const
bt_mesh_client_op_pair_t
gen_op_pair
[
]
=
{
generic_client.c:72
static
const
bt_mesh_client_op_pair_t
sensor_op_pair
[
]
=
{
sensor_client.c:33
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_client_user_data_t::op_pair
bt_mesh_client_user_data_t
client_common.h:31
bt_mesh_client_get_status_op()::op_pair
bt_mesh_client_get_status_op()
client_common.c:140
gen_op_pair
generic_client.c:72
cfg_op_pair
cfg_cli.c:24
sensor_op_pair
sensor_client.c:33
Lifecycle
from
examples
All items filtered out
All items filtered out