bluetooth.afh_map

bluetooth.afh_map

Sets or retrieves the default AFH (adaptive frequency hopping) channel map (Bluetooth radios 1.2 and later); 20 bytes.

Setvar

To selectively enables or disables individual Bluetooth channels for use when AFH mode is set to
"on":
! U1 setvar "bluetooth.afh_map" "value"
Values
20-byte string of hexadecimal characters
Default
"7FFFFFFFFFFFFFFFFFFF"

Getvar

To retrieve default AFH channel map:
! U1 getvar "bluetooth.afh_map"
Example
This
setvar
example shows the value set to
"7FFFFFFFFFFFFFFFFFFF"
.
! U1 setvar "bluetooth.afh_map" "7FFFFFFFFFFFFFFFFFFF"
What the
setvar
value is set to is the
getvar
result. In this example, the
getvar
result is
"7FFFFFFFFFFFFFFFFFFF"
.