doc: remove note on automatic close of RFCOMM multiplexer

This commit is contained in:
Matthias Ringwald 2024-08-15 21:23:20 +02:00
parent d6f1d5e8b1
commit 849f0fb42e

View File

@ -433,7 +433,7 @@ Listing [below](#lst:RFCOMMremoteService).
~~~~
The RFCOMM channel will stay open until either side closes it with rfcomm_disconnect.
BTstack will close the multiplexer after 60 seconds without an active RFCOMM channel.
The RFCOMM multiplexer will be closed by the peer that closes the last RFCOMM channel.
### Provide an RFCOMM service {#sec:rfcommServiceProtocols}