Hi,
> > 2. It is too difficult to get all the configuration settings correct. > I'm wondering if we should have the application pass its service table > to ble_hs_init(). That way, the correct values for max_services, > max_attrs, and max_client_configs can all be derived from the table. > One complication here is that the application is currently allowed to > register its services in several steps (multiple calls to > ble_gatts_register_svcs(), each time passing a different table). I > suppose the options are to either a) remove support for multistage > registration, or b) maintain the current configuration behavior, and > make the new service table method optional. > > Please don't remove the multistage registration feature, it's very useful for dynamically creating services from a scripting language. Thanks Wayne
