dear Nordic: i created a new characteristic assigned UUID 0x18e1.in order to be writable,i set its properties with following in static uint32_t pressure_high_byte_char_add(ble_bas_t * p_bas, const ble_bas_init_t * p_bas_init) char_md.char_properties.read = 1; char_md.char_properties.write = 1; char_md.char_properties.notify = (p_bas->is_notification_supported) ? 1 : 0;
then i use a app named lightblue to monitor it.when i want to write a value to this characteristic a error appeared .what is wrong?