Hello everyone,
currently I'm working with NCS V1.9.1 and I was wondering if it is intentionally that the bt_conn_ctx_count() function always returns the CONFIG_BT_MAX_CONN count?
In my application the "_max_clients" count is not equal the CONFIG_BT_MAX_CONN count and therefore the bt_conn_ctx_count() function is not very useful. My expectation would have been that the function returns the "_max_clients" count after creating the contexts with the BT_CONN_CTX_DEF() macro.
Thanks in advance.