Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h45 #define OP_GATT_PROXY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x14) macro
Dcfg_cli.c30 { OP_GATT_PROXY_GET, OP_GATT_PROXY_STATUS },
31 { OP_GATT_PROXY_SET, OP_GATT_PROXY_STATUS },
656 { OP_GATT_PROXY_STATUS, 1, gatt_proxy_status },
Dcfg_srv.c784 BLE_MESH_MODEL_BUF_DEFINE(msg, OP_GATT_PROXY_STATUS, 1); in send_gatt_proxy_status()
786 bt_mesh_model_msg_init(&msg, OP_GATT_PROXY_STATUS); in send_gatt_proxy_status()