Hello Devs , I was wondering if we are developing our own aaplication ground up , How do we take care of Handles , I know they are memory location - But are the dynamically allocated , by using the osal_mem_allocate , or do we affix a handle to a particular UUID. I have run a few demos, and the each UUID seems to have a Unique handle , which contradicts the original facts , that handles are memory locations( and hence cannot be constant).
Please Help !