Bluetooth - Eurotech ReliaGATE 10-10-00 User Manual

Reliagate 10-10 series mini gateway
Table of Contents

Advertisement

ReliaGATE 10-10 User Manual

Bluetooth

The ReliaGATE 10-10 can provide a Bluetooth v2.1 interface.
Example of code:
BLUETOOTH()
{
print_title " BLUETOOTH TEST "
Running=`ps aux | grep uim -c`
if [ "$Running" -eq 1 ]; then
uim &
print_timeout 5 "Starting UIM Bluetooth manager ..."
echo "Loading btwilink module ..."
modprobe btwilink
sleep 2
else
echo "UIM Bluetooth manager is already running"
fi
hciconfig hci0 up
printf "\nScanning..."
bt_found=`hcitool scan`
bt_count=$(echo "$bt_found" | grep
echo "$bt_found"
echo "If there are active Bluetooth devices in the area, they should be
reported above"
echo ""
if [ "$bt_count" -gt 0 ]; then
print_pass "$bt_count Bluetooth networks found"
else
print_fail "No Bluetooth networks found"
return
fi
echo ""
press_any_key
}
REGATE-10-10_UsrMan_EN_1.5
-c ":")
Hardware features
23

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents