Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h77 #define OP_MOD_APP_UNBIND BT_MESH_MODEL_OP_2(0x80, 0x3f) macro
Dcfg_cli.c1576 BT_MESH_MODEL_BUF_DEFINE(msg, OP_MOD_APP_UNBIND, 8); in mod_app_unbind()
1592 bt_mesh_model_msg_init(&msg, OP_MOD_APP_UNBIND); in mod_app_unbind()
Dcfg_srv.c2494 { OP_MOD_APP_UNBIND, BT_MESH_LEN_MIN(6), mod_app_unbind },