mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Updated README.md by removing unclear lines
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user