This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

static gattAttribute_t simpleProfileAttrTbl中handle的问题

为什么在

static gattAttribute_t simpleProfileAttrTbl[SERVAPP_NUM_ATTR_SUPPORTED] 

中handle值都定义为0,只是为了初始化?在后面建立连接之后会重新赋值么?