I have an application that must manage different ble connection with different device (and so different UUID services). For the scanning and connection I used the bt_scan_filter_add for every UUID to filter the device's UUIDs with the autoconnect if match. Now the application connect to every devices found with the UUIDs I want, but for every device I have different routine to call. Hence, on the device connection callback, how could I know what device (UUID) is? I have only the bt_conn structure in the callback.