Is it possible to assign connection handles non-sequentially, for example based on the device's Bluetooth name? For the solution I'm developing I'd like for a given sensor (Thingy:52) to always have the same 'node ID' in the network (https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role) regardless of the order in which the aggregator connects.
I attempted this, but got an BLE_ERROR_INVALID_CONN_HANDLE error during the call to sd_ble_gattc_primary_services_discover(). Is it impossible? Thanks in advance.