Skip to content

Commit d006a85

Browse files
committed
update readme documentation
update readme documentation
1 parent 93d7c22 commit d006a85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ bluetoothle.initializePeripheral(success, error, params);
16691669
"address":"5163F1E0-5341-AF9B-9F67-613E15EC83F7",
16701670
"service":"1234",
16711671
"characteristic":"ABCD",
1672-
requestId":0, //This integer value will be incremented every read/writeRequested
1672+
"requestId":0, //This integer value will be incremented every read/writeRequested
16731673
"offset":0
16741674
}
16751675
```
@@ -1687,30 +1687,30 @@ bluetoothle.initializePeripheral(success, error, params);
16871687
}
16881688
```
16891689

1690-
###### subscribedToCharacteristic ######
1690+
###### subscribed ######
16911691
```javascript
16921692
{
1693-
"status":"subscribedToCharacteristic",
1693+
"status":"subscribed",
16941694
"address":"5163F1E0-5341-AF9B-9F67-613E15EC83F7",
16951695
"service":"1234",
16961696
"characteristic":"ABCD"
16971697
}
16981698
```
16991699

1700-
###### unsubscribedToCharacteristic ######
1700+
###### unsubscribed ######
17011701
```javascript
17021702
{
1703-
"status":"unsubscribedToCharacteristic",
1703+
"status":"unsubscribed",
17041704
"address":"5163F1E0-5341-AF9B-9F67-613E15EC83F7",
17051705
"service":"1234",
17061706
"characteristic":"ABCD"
17071707
}
17081708
```
17091709

1710-
###### peripheralManagerIsReadyToUpdateSubscribers ######
1710+
###### notificationReady ######
17111711
```javascript
17121712
{
1713-
"status":"peripheralManagerIsReadyToUpdateSubscribers"
1713+
"status":"notificationReady"
17141714
}
17151715
```
17161716

0 commit comments

Comments
 (0)