Lines Matching refs:identity
979 uint8_t *identity; member
987 uint16_t net_idx, identity; in node_identity_status() local
995 identity = net_buf_simple_pull_u8(buf); in node_identity_status()
1003 if (param && param->identity) { in node_identity_status()
1004 *param->identity = identity; in node_identity_status()
1012 net_idx, identity); in node_identity_status()
2179 uint8_t new_identity, uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_set() argument
2186 .identity = identity, in bt_mesh_cfg_cli_node_identity_set()
2199 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !status && !identity ? NULL : &rsp); in bt_mesh_cfg_cli_node_identity_set()
2203 uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_get() argument
2210 .identity = identity, in bt_mesh_cfg_cli_node_identity_get()
2222 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !status && !identity ? NULL : &rsp); in bt_mesh_cfg_cli_node_identity_get()