Lines Matching refs:vnd
89 struct net_buf_simple *buf, bool *vnd) in get_model() argument
98 *vnd = false; in get_model()
109 *vnd = true; in get_model()
338 const struct bt_mesh_elem *elem, bool vnd, bool primary, in mod_app_key_del() argument
655 uint16_t pub_addr, bool vnd, in send_mod_pub_status() argument
680 if (vnd) { in send_mod_pub_status()
700 bool vnd; in mod_pub_get() local
720 vnd = (buf->len == 4U); in mod_pub_get()
725 mod = get_model(elem, buf, &vnd); in mod_pub_get()
740 return send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_get()
753 bool vnd; in mod_pub_set() local
790 vnd = (buf->len == 4U); in mod_pub_set()
795 mod = get_model(elem, buf, &vnd); in mod_pub_set()
805 return send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_set()
852 bool vnd; in mod_pub_va_set() local
888 vnd = (buf->len == 4U); in mod_pub_va_set()
893 mod = get_model(elem, buf, &vnd); in mod_pub_va_set()
913 return send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_va_set()
920 bool vnd) in send_mod_sub_status() argument
932 if (vnd) { in send_mod_sub_status()
955 bool vnd; in mod_sub_add() local
977 vnd = (buf->len == 4U); in mod_sub_add()
982 mod = get_model(elem, buf, &vnd); in mod_sub_add()
1020 mod_id, vnd); in mod_sub_add()
1033 bool vnd; in mod_sub_del() local
1055 vnd = (buf->len == 4U); in mod_sub_del()
1060 mod = get_model(elem, buf, &vnd); in mod_sub_del()
1091 mod_id, vnd); in mod_sub_del()
1114 bool vnd; in mod_sub_overwrite() local
1136 vnd = (buf->len == 4U); in mod_sub_overwrite()
1141 mod = get_model(elem, buf, &vnd); in mod_sub_overwrite()
1173 mod_id, vnd); in mod_sub_overwrite()
1185 bool vnd; in mod_sub_del_all() local
1205 vnd = (buf->len == 4U); in mod_sub_del_all()
1210 mod = get_model(elem, buf, &vnd); in mod_sub_del_all()
1226 BT_MESH_ADDR_UNASSIGNED, mod_id, vnd); in mod_sub_del_all()
1391 bool vnd; in mod_sub_va_add() local
1412 vnd = (buf->len == 4U); in mod_sub_va_add()
1417 mod = get_model(elem, buf, &vnd); in mod_sub_va_add()
1478 mod_id, vnd); in mod_sub_va_add()
1493 bool vnd; in mod_sub_va_del() local
1515 vnd = (buf->len == 4U); in mod_sub_va_del()
1520 mod = get_model(elem, buf, &vnd); in mod_sub_va_del()
1562 mod_id, vnd); in mod_sub_va_del()
1576 bool vnd; in mod_sub_va_overwrite() local
1598 vnd = (buf->len == 4U); in mod_sub_va_overwrite()
1603 mod = get_model(elem, buf, &vnd); in mod_sub_va_overwrite()
1638 mod_id, vnd); in mod_sub_va_overwrite()
1827 const struct bt_mesh_model *mod, bool vnd, in create_mod_app_status() argument
1837 if (vnd) { in create_mod_app_status()
1853 bool vnd; in mod_app_bind() local
1872 vnd = (buf->len == 4U); in mod_app_bind()
1877 mod = get_model(elem, buf, &vnd); in mod_app_bind()
1898 create_mod_app_status(&msg, mod, vnd, elem_addr, key_app_idx, status, in mod_app_bind()
1917 bool vnd; in mod_app_unbind() local
1936 vnd = (buf->len == 4U); in mod_app_unbind()
1941 mod = get_model(elem, buf, &vnd); in mod_app_unbind()
1955 create_mod_app_status(&msg, mod, vnd, elem_addr, key_app_idx, status, in mod_app_unbind()
1980 bool vnd; in mod_app_get() local
2000 vnd = (buf->len == 4U); in mod_app_get()
2005 mod = get_model(elem, buf, &vnd); in mod_app_get()
2014 if (vnd) { in mod_app_get()
2023 if (vnd) { in mod_app_get()
2533 bool vnd, bool primary, void *user_data) in mod_reset() argument