Fixed startHandle type for cbGATT_addService

pull/4356/head
andreas.larsson 2017-05-17 23:11:25 +02:00 committed by adbridge
parent 915befde6a
commit 9fa4008fe3
1 changed files with 19 additions and 19 deletions

View File

@ -313,7 +313,7 @@ cb_int32 cbGATT_writeRsp(
cb_int32 cbGATT_addService( cb_int32 cbGATT_addService(
const cbGATT_Attribute* pAttrList, const cbGATT_Attribute* pAttrList,
cb_uint16 attrListSize, cb_uint16 attrListSize,
cb_int16 startHandle); cb_uint16 startHandle);
/** /**
* NOTE: Only for tests * NOTE: Only for tests