Home
last modified time | relevance | path

Searched refs:attention_set (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c270 static int attention_set(const struct shell *sh, size_t argc, char *argv[], bool acked) in attention_set() function
312 return attention_set(sh, argc, argv, true); in cmd_attention_set()
317 return attention_set(sh, argc, argv, false); in cmd_attention_set_unack()
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c277 static int attention_set(const struct bt_mesh_model *model, in attention_set() function
364 { OP_ATTENTION_SET, BT_MESH_LEN_EXACT(1), attention_set },