diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/README.md b/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/README.md index 4ba1a444b6..abba49d40d 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/README.md +++ b/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/README.md @@ -22,7 +22,6 @@ Maximum data of 512 bytes can be transferred over L2CAP when MTU is set to 512 a Note : * To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/README.md b/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/README.md index 0475a764a5..6a66024f10 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/README.md +++ b/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/README.md @@ -22,7 +22,6 @@ Maximum data of 512 bytes can be transferred over L2CAP when MTU is set to 512 a Note : * To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). -* * Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example diff --git a/examples/bluetooth/nimble/ble_spp/spp_client/README.md b/examples/bluetooth/nimble/ble_spp/spp_client/README.md index b9b017f4c7..9b72c619ea 100644 --- a/examples/bluetooth/nimble/ble_spp/spp_client/README.md +++ b/examples/bluetooth/nimble/ble_spp/spp_client/README.md @@ -58,7 +58,7 @@ ### GATT Server Attribute Table - charactertistic|UUID|Permissions + characteristic|UUID|Permissions :-:|:-:|:-: SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR SPP_DATA_NOTIFY_CHAR|0xABF2|READ&NOTIFY @@ -77,7 +77,6 @@ It performs three GATT operations against the specified peer: Note : * To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to use example diff --git a/examples/bluetooth/nimble/ble_spp/spp_server/README.md b/examples/bluetooth/nimble/ble_spp/spp_server/README.md index 8ec44e7718..6567a879ed 100644 --- a/examples/bluetooth/nimble/ble_spp/spp_server/README.md +++ b/examples/bluetooth/nimble/ble_spp/spp_server/README.md @@ -58,7 +58,7 @@ ### GATT Server Attribute Table - charactertistic|UUID|Permissions + characteristic|UUID|Permissions :-:|:-:|:-: SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR SPP_DATA_NOTIFY_CHAR|0xABF2|READ&NOTIFY @@ -72,7 +72,6 @@ It takes input from user and performs notify GATT operations against the specifi Note : * To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to use example diff --git a/examples/bluetooth/nimble/blecent/README.md b/examples/bluetooth/nimble/blecent/README.md index ab5a46c47b..0ef30585b2 100644 --- a/examples/bluetooth/nimble/blecent/README.md +++ b/examples/bluetooth/nimble/blecent/README.md @@ -34,7 +34,6 @@ To test this demo, use any BLE GATT server app that advertises support for the A Note : * To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example diff --git a/examples/bluetooth/nimble/blehr/README.md b/examples/bluetooth/nimble/blehr/README.md index 8daa33d93d..949e46221e 100644 --- a/examples/bluetooth/nimble/blehr/README.md +++ b/examples/bluetooth/nimble/blehr/README.md @@ -16,7 +16,6 @@ To test this demo, any BLE scanner app can be used. Note : * To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example diff --git a/examples/bluetooth/nimble/bleprph/README.md b/examples/bluetooth/nimble/bleprph/README.md index b1cfb57ac2..6f259edc5d 100644 --- a/examples/bluetooth/nimble/bleprph/README.md +++ b/examples/bluetooth/nimble/bleprph/README.md @@ -20,7 +20,6 @@ To test this demo, any BLE scanner app can be used. Note : * To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example @@ -87,7 +86,7 @@ Subscribe to attribute (19) successful subscribe event; conn_handle=1 attr_handle=25 reason=1 prevn=0 curn=1 previ=0 curi=0 Subscribe to attribute (25) successful GATT procedure initiated: notify; att_handle=25 -Notification sent succesfully +Notification sent successfully ``` ## Note diff --git a/examples/bluetooth/nimble/bleprph_host_only/README.md b/examples/bluetooth/nimble/bleprph_host_only/README.md index 14de6b7edf..a1b5907297 100644 --- a/examples/bluetooth/nimble/bleprph_host_only/README.md +++ b/examples/bluetooth/nimble/bleprph_host_only/README.md @@ -15,7 +15,6 @@ To test this demo, any BLE scanner app can be used. Note : * To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). -* Currently this Python utility is only supported on Linux (BLE communication is via BLuez + DBus). ## How to Use Example