I followed the steps mentioned in the Bluetooth low energy Characteristics, a beginner's tutorial, but at "if ((p_evt_write->handle == p_our_service->characteristic1_value_write_handler.value_handle))" I get a compiler error: Error[Pe154]: expression must have struct or union type. It seems that 'value_handle' is not part of characteristic1_value_write_handler? Any tips what I did wrong?