aboutsummaryrefslogtreecommitdiff
path: root/setup-test-client.sh
blob: d6267240c6d0e0dd50741a85bc978f6f303c8fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

apt-get install -y python-dbus python-gobject
# Config test client.
echo
echo "Setup test client"
./bluez-test-scripts/test-adapter address
./bluez-test-scripts/test-adapter powered on
./bluez-test-scripts/test-adapter pairable on
./bluez-test-scripts/test-adapter pairabletimeout 21600
./bluez-test-scripts/test-adapter discoverable on
./bluez-test-scripts/test-adapter discoverabletimeout 21600
./bluez-test-scripts/test-adapter list
# Run authentication removed simple-agent.
pkill simple-agent
./bluez-test-scripts/simple-agent