if i set the attr_md.vloc = BLE_GATTS_VLOC_STACK;
how to set the attr_char_value.p_value?
attr_md.read_perm = p_rrthermomter_init->rrthermomter_attr_md.read_perm;
attr_md.write_perm = p_rrthermomter_init->rrthermomter_attr_md.write_perm;
attr_md.vloc = BLE_GATTS_VLOC_STACK;
attr_md.rd_auth = 1;
attr_md.wr_auth = 0;
attr_md.vlen = 1;
attr_char_value.p_value = ?;