summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.md b/README.md
index 9970636..de214e4 100644
--- a/README.md
+++ b/README.md
@@ -25,17 +25,9 @@ Variant=NONE;
ID=latest;
```
-### For verifying BLE operations,
-**BLE Advertisement using nRF is used for BLE device detection**
-We have used nRF connect application on Android to emulate Mobile side GATT scenario. In nRF connect application, do following:
-
-```
-1. Create advertiser
-2. Set property connectable
-3. Include TX power in Adv data
-4. Add manufacturer data as : Company Id: 0x0075, Data: 0X420D0101010100E45D75FDE345
+### Preconditions for verifying operations
```
-For verifying WiFi operations,
+For verifying WiFi operations:
```
1. Connect TV and mobile to same WiFi AP first
```
@@ -151,7 +143,7 @@ ua_monitor_set_sensor_status_changed_cb
```
-## 2. Add Devices (Example: Wi-Fi device)
+## 2. Add Devices (Example: Wi-Fi device, same steps for BLE device as well)
```
( 3881) >> 3
@@ -499,9 +491,5 @@ sh-3.2# rm -f /opt/usr/dbspace/.ua-manager-data.db*
STEP 2. re-install ua-manager RPMs
-STEP 3. set capabilities
-sh-3.2# setcap cap_net_admin,cap_net_raw,cap_sys_rawio+eip /usr/bin/ua-manager
-sh-3.2# /usr/share/security-config/set_capability
-
-STEP 4. sync & reboot
+STEP 3. sync & reboot
```