Searched refs:OP_GATT_PROXY_STATUS (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 45 #define OP_GATT_PROXY_STATUS BLE_MESH_MODEL_OP_2(0x80, 0x14) macro
|
D | cfg_cli.c | 30 { 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 },
|
D | cfg_srv.c | 784 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()
|