bluetooth: move to correct directory (#7296)

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
beep
CleanMachine1 2021-10-31 01:12:17 +00:00 committed by GitHub
parent 188702ed68
commit 75141f0fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

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