Updated README.md by removing unclear lines

This commit is contained in:
Astha Verma
2025-02-05 13:58:25 +05:30
parent 4d5a7c9864
commit c4a5d869eb
8 changed files with 3 additions and 11 deletions

View File

@ -22,7 +22,6 @@ Maximum data of 512 bytes can be transferred over L2CAP when MTU is set to 512 a
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). * 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 ## How to Use Example

View File

@ -22,7 +22,6 @@ Maximum data of 512 bytes can be transferred over L2CAP when MTU is set to 512 a
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). * 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 ## How to Use Example

View File

@ -58,7 +58,7 @@
### GATT Server Attribute Table ### GATT Server Attribute Table
charactertistic|UUID|Permissions characteristic|UUID|Permissions
:-:|:-:|:-: :-:|:-:|:-:
SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR
SPP_DATA_NOTIFY_CHAR|0xABF2|READ&NOTIFY SPP_DATA_NOTIFY_CHAR|0xABF2|READ&NOTIFY
@ -77,7 +77,6 @@ It performs three GATT operations against the specified peer:
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). * 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 ## How to use example

View File

@ -58,7 +58,7 @@
### GATT Server Attribute Table ### GATT Server Attribute Table
charactertistic|UUID|Permissions characteristic|UUID|Permissions
:-:|:-:|:-: :-:|:-:|:-:
SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR SPP_DATA_RECV_CHAR|0xABF1|READ&WRITE_NR
SPP_DATA_NOTIFY_CHAR|0xABF2|READ&NOTIFY 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 : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../../README.md#running-test-python-script-pytest). * 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 ## How to use example

View File

@ -34,7 +34,6 @@ To test this demo, use any BLE GATT server app that advertises support for the A
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). * 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 ## How to Use Example

View File

@ -16,7 +16,6 @@ To test this demo, any BLE scanner app can be used.
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). * 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 ## How to Use Example

View File

@ -20,7 +20,6 @@ To test this demo, any BLE scanner app can be used.
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). * 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 ## 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 event; conn_handle=1 attr_handle=25 reason=1 prevn=0 curn=1 previ=0 curi=0
Subscribe to attribute (25) successful Subscribe to attribute (25) successful
GATT procedure initiated: notify; att_handle=25 GATT procedure initiated: notify; att_handle=25
Notification sent succesfully Notification sent successfully
``` ```
## Note ## Note

View File

@ -15,7 +15,6 @@ To test this demo, any BLE scanner app can be used.
Note : Note :
* To install the dependency packages needed, please refer to the top level [README file](../../../README.md#running-test-python-script-pytest). * 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 ## How to Use Example