From 75141f0fffbc8aaff38c94540f38a26961946a4d Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 31 Oct 2021 01:12:17 +0000 Subject: [PATCH] bluetooth: move to correct directory (#7296) Co-authored-by: Axel Navarro --- bluetoothctl.md => pages.ml/linux/bluetoothctl.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename bluetoothctl.md => pages.ml/linux/bluetoothctl.md (91%) diff --git a/bluetoothctl.md b/pages.ml/linux/bluetoothctl.md similarity index 91% rename from bluetoothctl.md rename to pages.ml/linux/bluetoothctl.md index b82f61e6e..c293056d0 100644 --- a/bluetoothctl.md +++ b/pages.ml/linux/bluetoothctl.md @@ -3,26 +3,26 @@ > കമാൻഡ് ലൈനിൽ നിന്ന് ബ്ലൂടൂത്ത് ഉപകരണങ്ങൾ മാനേജുചെയ്യുക. > കൂടുതൽ വിവരങ്ങൾ: . -- ബ്ലൂടൂത്ത്സിറ്റിഎൽ ഷെല്ലിൽ കേറാൻ +- ബ്ലൂടൂത്ത്സിറ്റിഎൽ ഷെല്ലിൽ കേറാൻ: `bluetoothctl` -- ഉപകരണങ്ങളുടെ പട്ടിക കാണാൻ +- ഉപകരണങ്ങളുടെ പട്ടിക കാണാൻ: `bluetoothctl --devices` -- ഒരു ഉപകരണം ജോടിയാക്കുക +- ഒരു ഉപകരണം ജോടിയാക്കുക: `bluetoothctl --pair {{മാക്_വിലാസം}}` -- ഒരു ഉപകരണം നീക്കംചെയ്യുക +- ഒരു ഉപകരണം നീക്കംചെയ്യുക: `bluetoothctl --remove {{മാക്_വിലാസം}}` -- ജോഡിയായ ഉപകരണവുമായി ബന്ധിപ്പിക്കുക +- ജോഡിയായ ഉപകരണവുമായി ബന്ധിപ്പിക്കുക: `bluetoothctl --connect {{മാക്_വിലാസം}}` -- ഒരു ജോഡിയായ ഉപകരണവുമായുള്ള ബന്ധം വിച്ഛേദിക്കുക +- ഒരു ജോഡിയായ ഉപകരണവുമായുള്ള ബന്ധം വിച്ഛേദിക്കുക: `bluetoothctl --disconnect {{മാക്_വിലാസം}}`