Connection Pool
    interface ConnectionPool
Interface for managing connection pool settings in BLE devices.
Provides methods for setting, resetting, validating hex IDs, and generating QR data for connection pools.
Functions
Link copied to clipboard
                  Generates a configuration command string that can be encoded into a QR code.
Link copied to clipboard
                  Resets the connection pool ID to the default '0000'.
Callback-based version of resetId for Java interoperability.
Link copied to clipboard
                  Sets the connection pool ID to the specified 4-character hexadecimal value.
Callback-based version of setId for Java interoperability.