< div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件”“=“sioc:容器sioc:论坛”属性= " rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产=“内容:编码”> < p >你好,< br / >我想改变需求方的属性特征project ,when i change ATT_CHAR_PROP_WR_NO_RESP to ATT_CHAR_PROP_WR, the LightBule app have change characteristic properties to write ,but there is a problem,buletooth will disconnect a few seconds.why? /// SPS Service - RX Data Characteristic
static struct att_char128_desc spss_rx_data_char = {(ATT_CHAR_PROP_WR_NO_RESP),
{0,0},
SPS_SERVER_RX_UUID};
only change to
/// SPS Service - RX Data Characteristic
static struct att_char128_desc spss_rx_data_char = {(ATT_CHAR_PROP_WR),
{0,0},