Skip to content

Commit b323d27

Browse files
authored
Update README.md
1 parent 663d515 commit b323d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this example, we show how to describe `gatttool` commands for characteristic
4848

4949
### Characteristics Value Write
5050

51-
The following simple command line just issues a characteristic write request to the handle `0x0027`, which `gatttool` associates with the characteristic uuid `f000aa02-0451-4000-b000-000000000000`(uuids and handles can be listed by `gatttool -b 88:99:00:00:FF:FF --characteristics command`).
51+
The following simple command line just issues a characteristic write request to the handle `0x0027`, which the BLE peripheral associates with the characteristic uuid `f000aa02-0451-4000-b000-000000000000`(uuids and handles can be listed by `gatttool -b 88:99:00:00:FF:FF --characteristics command`).
5252

5353
```
5454
$ gatttool -b 88:99:00:00:FF:FF --char-write-req --handle=0x0027 --value=ca
@@ -68,7 +68,7 @@ So the first step to create a flow is to place the above nodes on the workspace
6868

6969
Next, open the `inject` dialog so that you can provide the write request parameters, the characteristic uuid and the value.
7070

71-
** Important!) Unlike `gatttool`, Generic BLE nodes NEVER use `handles`. Always use `uuid`s instead. **
71+
**Important!) Unlike `gatttool`, Generic BLE nodes NEVER use `handles`. Always use `uuid`s instead.**
7272

7373
![gatttool](images/gatttool-002.jpg)
7474

0 commit comments

Comments
 (0)