Remove non-relevant data from README 72/276772/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.060620 accepted/tizen/7.0/unified/hotfix/20221116.104900 accepted/tizen/8.0/unified/20231005.092915 accepted/tizen/unified/20220629.152555 submit/tizen/20220629.005451 tizen_7.0_m2_release tizen_8.0_m2_release
authorAbhay Agarwal <ay.agarwal@samsung.com>
Fri, 24 Jun 2022 03:15:42 +0000 (08:45 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Fri, 24 Jun 2022 08:42:08 +0000 (14:12 +0530)
Change-Id: I2983179018eaa1c013bd8093c037474e3f4cb310
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
README.md

index 9970636c22fcecf451ddfdbee91bedc84cf6e232..de214e4864e84a7c898a67920f9bf0dbe643d812 100644 (file)
--- 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
 ```