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.

GATT Properties - Handle

Hi,

Im looking over the SimpleBLEPeripheral project, and I'm looking at the simpleGATTProfile.c/static gattAttribute_t simpleProfileAttrTbl[SERVAPP_NUM_ATTR_SUPPORTED] array.

I don't understand the handle field. The documentation says that each attribute has to have a unique handle(swru271e/page 15), but all the attributes in the table have a handle value of 0. Is the handle field just a place holder in the array, and does it get assigned later by the GATT server?

Thanks,

akbar