Create an L2CAP server. This function creates an L2CAP server with the specified Protocol/Service Multiplexer (PSM) and Maximum Transmission Unit (MTU) size. The server is used to accept incoming L2CAP connections from remote clients. When a connection request is received, the provided callback function will be invoked with the corresponding event information.