无法通过gattm_add_svc_req消息添加服务
我正在使用SDK的BLE_EXAMPLES \ BLE_APP_PERITELAL项目
我通过发送gattm_add_svc_req消息来添加新服务,如下所示:
step0 struct gattm_add_svc_req * req = ke_msg_alloc(gattm_add_svc_req,task_attm,task_app,gattm_add_svc_req);req-> task_id = task_app;req-> total_size = 36;// 16 + 19 +1 req-> nb_att_uuid_16 = 2;req-> nb_att_uuuid_32 = 0;req-> nb_att_uuid_128 = 1;req-> start_hdl = 0;KE_MSG_SEND(REQ);