The current interface with BSL_HostDescriptors_Set() does not bind the descriptor to a specific BSL_Lib_Ctx_t instance and requires all BSL uses in the same process to use the same descriptors.
In practice this may be okay if there is no need to have each BSL context use any different callbacks.
The current interface with
BSL_HostDescriptors_Set()does not bind the descriptor to a specificBSL_Lib_Ctx_tinstance and requires all BSL uses in the same process to use the same descriptors.In practice this may be okay if there is no need to have each BSL context use any different callbacks.