ESP-IDF
sensor_op_pair
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
sensor_op_pair
sensor_op_pair variable
Syntax
Show:
Summary
Declaration
from
sensor_client.c:33
static
const
bt_mesh_client_op_pair_t
sensor_op_pair
[
]
=
{
{
BLE_MESH_MODEL_OP_SENSOR_DESCRIPTOR_GET
,
BLE_MESH_MODEL_OP_SENSOR_DESCRIPTOR_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_CADENCE_GET
,
BLE_MESH_MODEL_OP_SENSOR_CADENCE_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_CADENCE_SET
,
BLE_MESH_MODEL_OP_SENSOR_CADENCE_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_SETTINGS_GET
,
BLE_MESH_MODEL_OP_SENSOR_SETTINGS_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_SETTING_GET
,
BLE_MESH_MODEL_OP_SENSOR_SETTING_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_SETTING_SET
,
BLE_MESH_MODEL_OP_SENSOR_SETTING_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_GET
,
BLE_MESH_MODEL_OP_SENSOR_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_COLUMN_GET
,
BLE_MESH_MODEL_OP_SENSOR_COLUMN_STATUS
}
,
{
BLE_MESH_MODEL_OP_SENSOR_SERIES_GET
,
BLE_MESH_MODEL_OP_SENSOR_SERIES_STATUS
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
bt_mesh_client_op_pair_t
sensor_op_pair
[
]
=
{
sensor_client.c:33
client
->
op_pair_size
=
ARRAY_SIZE
(
sensor_op_pair
)
;
sensor_client.c:578
sensor_client_init()
client
->
op_pair
=
sensor_op_pair
;
sensor_client.c:579
sensor_client_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sensor_op_pair
is read by 1 function:
All items filtered out
sensor_op_pair
sensor_client_init()
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