This commit is contained in:
Gilles Boccon-Gibod
2024-01-03 09:53:17 -08:00
parent 8864af4acd
commit 8f4721758f
2 changed files with 2 additions and 2 deletions

View File

@@ -1428,7 +1428,7 @@ def create_role_factory(ctx, default_role):
@click.option(
'--rfcomm-uuid',
default=DEFAULT_RFCOMM_UUID,
help='RFComm service UUID to use (ignored is --rfcomm-channel is not 0)',
help='RFComm service UUID to use (ignored if --rfcomm-channel is not 0)',
)
@click.option(
'--l2cap-psm',

View File

@@ -17,7 +17,7 @@ Options:
--extended-data-length TEXT Request a data length upon connection,
specified as tx_octets/tx_time
--rfcomm-channel INTEGER RFComm channel to use
--rfcomm-uuid TEXT RFComm service UUID to use (ignored is
--rfcomm-uuid TEXT RFComm service UUID to use (ignored if
--rfcomm-channel is not 0)
--l2cap-psm INTEGER L2CAP PSM to use
--l2cap-mtu INTEGER L2CAP MTU to use