From 5774ca1300746b1d85572bb1bd5498c97cb866d3 Mon Sep 17 00:00:00 2001 From: Isha Pardikar Date: Tue, 20 Sep 2022 14:15:50 +0530 Subject: [PATCH] NimBLE: Fixed README file for BLE PHY prph example --- examples/bluetooth/nimble/ble_phy/phy_prph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/nimble/ble_phy/phy_prph/README.md b/examples/bluetooth/nimble/ble_phy/phy_prph/README.md index 4438e147e81..562f185257f 100644 --- a/examples/bluetooth/nimble/ble_phy/phy_prph/README.md +++ b/examples/bluetooth/nimble/ble_phy/phy_prph/README.md @@ -13,7 +13,7 @@ This example performs below functionalities: This example aims at understanding how to establish connections on preferred PHY and changing LE PHY once the connection is established. -To test this demo, use any BLE GATT server app that advertises support for the LE PHY service (0xABF2) and includes it in the GATT database. Also make sure device supports extended advertising. +To test this demo, use any BLE GATT client app that supports extended advertising. Note :