Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dfoundation.h60 #define OP_LPN_TIMEOUT_STATUS BT_MESH_MODEL_OP_2(0x80, 0x2e) macro
Dcfg_cli.c1037 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_LPN_TIMEOUT_STATUS, ctx->addr, in lpn_timeout_status()
1085 { OP_LPN_TIMEOUT_STATUS, BT_MESH_LEN_EXACT(5), lpn_timeout_status },
2236 .op = OP_LPN_TIMEOUT_STATUS, in bt_mesh_cfg_cli_lpn_timeout_get()
Dcfg_srv.c2120 BT_MESH_MODEL_BUF_DEFINE(msg, OP_LPN_TIMEOUT_STATUS, 5); in lpn_timeout_get()
2135 bt_mesh_model_msg_init(&msg, OP_LPN_TIMEOUT_STATUS); in lpn_timeout_get()