1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

bluetoothctl: add Malayalam translation (#7060)

This commit is contained in:
Govind V Shenoy 2021-10-20 22:53:49 +05:30 committed by GitHub
parent c3b2c27dd9
commit 39d33cae10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
bluetoothctl.md Normal file
View file

@ -0,0 +1,28 @@
# bluetoothctl
> കമാൻഡ് ലൈനിൽ നിന്ന് ബ്ലൂടൂത്ത് ഉപകരണങ്ങൾ മാനേജുചെയ്യുക.
> കൂടുതൽ വിവരങ്ങൾ: <https://www.npmjs.com/package/bluetoothctl>.
- ബ്ലൂടൂത്ത്സിറ്റിഎൽ ഷെല്ലിൽ കേറാൻ
`bluetoothctl`
- ഉപകരണങ്ങളുടെ പട്ടിക കാണാൻ
`bluetoothctl --devices`
- ഒരു ഉപകരണം ജോടിയാക്കുക
`bluetoothctl --pair {{മാക്_വിലാസം}}`
- ഒരു ഉപകരണം നീക്കംചെയ്യുക
`bluetoothctl --remove {{മാക്_വിലാസം}}`
- ജോഡിയായ ഉപകരണവുമായി ബന്ധിപ്പിക്കുക
`bluetoothctl --connect {{മാക്_വിലാസം}}`
- ഒരു ജോഡിയായ ഉപകരണവുമായുള്ള ബന്ധം വിച്ഛേദിക്കുക
`bluetoothctl --disconnect {{മാക്_വിലാസം}}`