Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h131 #define OP_BRIDGED_SUBNETS_GET BT_MESH_MODEL_OP_2(0x80, 0xb7) macro
Dbrg_cfg_cli.c326 BT_MESH_MODEL_BUF_DEFINE(msg, OP_BRIDGED_SUBNETS_GET, 3); in bt_mesh_brg_cfg_cli_subnets_get()
335 bt_mesh_model_msg_init(&msg, OP_BRIDGED_SUBNETS_GET); in bt_mesh_brg_cfg_cli_subnets_get()
Dbrg_cfg_srv.c286 {OP_BRIDGED_SUBNETS_GET, BT_MESH_LEN_EXACT(3), bridged_subnets_get},