Home
last modified time | relevance | path

Searched refs:OP_BEACON_STATUS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h36 #define OP_BEACON_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x0b) macro
Dcfg_cli.c25 { OP_BEACON_GET, OP_BEACON_STATUS },
26 { OP_BEACON_SET, OP_BEACON_STATUS },
653 { OP_BEACON_STATUS, 1, beacon_status },
Dcfg_srv.c675 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_BEACON_STATUS, 1); in beacon_get()
681 bt_mesh_model_msg_init(&msg, OP_BEACON_STATUS); in beacon_get()
693 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_BEACON_STATUS, 1); in beacon_set()
721 bt_mesh_model_msg_init(&msg, OP_BEACON_STATUS); in beacon_set()