|
|
@@ -10,9 +10,11 @@ This example aims at understanding GATT database configuration, advertisement an
|
|
|
|
|
|
It also demonstrates security features of NimBLE stack. SMP parameters like I/O capabilities of device, Bonding flag, MITM protection flag and Secure Connection only mode etc., can be configured through menuconfig options.
|
|
|
|
|
|
+For RPA feature (currently Host based privacy feature is supported), use API `ble_hs_pvcy_rpa_config` to enable/disable host based privacy. `own_addr_type` needs to be set to `BLE_ADDR_RANDOM` to use this feature.
|
|
|
+
|
|
|
To test this demo, any BLE scanner app can be used.
|
|
|
|
|
|
-A Python based utility `bleprph_test.py` is also provided (which will run as a BLE GATT Client) and can be used to test this example.
|
|
|
+A Python based utility `bleprph_test.py` is also provided (which will run as a BLE GATT Client) and can be used to test this example.
|
|
|
|
|
|
Note :
|
|
|
|