Hi,
From document of 'UM-B-003', function 'attmdb_add_attribute' is used for adding attribute to one service being created via 'attmdb_add_service' in which parameter#1 can be used for the reference of starting handle value.
So, would it be possible for function 'attmdb_add_attribute' to specify the reference handle value for the newly added attribute?
i.e. I want following arrangement of handle value
0x0100 -> custom 128-bit primary service declaration
0x0110 -> first custom 128-bit characteristics declaration
0x0111 -> value handle of first custom characteristics
0x0120 -> second custom 128-bit characteristics declaration
0x0121 -> value handle of second custom characteristics
....
etc.