bluetooth.afh_mode

bluetooth.afh_mode

This command sets or retrieves AFH (adaptive frequency hopping) mode setting (Bluetooth radios 1.2 and later).

Setvar

To enable or disable AFH mode:
! U1 setvar "bluetooth.afh_mode" "value"
Values
  • "on"
    enables AFH mode
  • "off"
    disables AFH mode
Default
"off"

Getvar

To retrieve the current setting of the AFH mode:
! U1 getvar "bluetooth.afh_mode"
Example
This
setvar
example shows the value set to
"on"
.
! U1 setvar "bluetooth.afh_mode" "on"
What the
setvar
value is set to is the
getvar
result. In this example, the
getvar
result is
"on"
.