mirror of https://github.com/ARMmbed/mbed-os.git
Fixed startHandle type for cbGATT_addService
parent
915befde6a
commit
9fa4008fe3
|
@ -313,7 +313,7 @@ cb_int32 cbGATT_writeRsp(
|
|||
cb_int32 cbGATT_addService(
|
||||
const cbGATT_Attribute* pAttrList,
|
||||
cb_uint16 attrListSize,
|
||||
cb_int16 startHandle);
|
||||
cb_uint16 startHandle);
|
||||
|
||||
/**
|
||||
* NOTE: Only for tests
|
||||
|
|
Loading…
Reference in New Issue