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