mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
doc: improve table row description
This commit is contained in:
parent
51e51a58de
commit
14c4dac797
@ -589,7 +589,7 @@ constant value.
|
|||||||
Adding NOTIFY and/or INDICATE automatically creates an additional Client
|
Adding NOTIFY and/or INDICATE automatically creates an additional Client
|
||||||
Configuration Characteristic.
|
Configuration Characteristic.
|
||||||
|
|
||||||
Property | Meaning
|
Property | Description
|
||||||
------------------------|-----------------------------------------------
|
------------------------|-----------------------------------------------
|
||||||
READ | Characteristic can be read
|
READ | Characteristic can be read
|
||||||
WRITE | Characteristic can be written using Write Request
|
WRITE | Characteristic can be written using Write Request
|
||||||
@ -601,7 +601,7 @@ DYNAMIC | Read or writes to Characteristic are handled by applic
|
|||||||
To require encryption or authentication before a Characteristic can be
|
To require encryption or authentication before a Characteristic can be
|
||||||
accessed, you can add one or more of the following properties:
|
accessed, you can add one or more of the following properties:
|
||||||
|
|
||||||
Property | Meaning
|
Property | Description
|
||||||
------------------------|-----------------------------------------------
|
------------------------|-----------------------------------------------
|
||||||
AUTHENTICATION_REQUIRED | Read and Write operations require Authentication
|
AUTHENTICATION_REQUIRED | Read and Write operations require Authentication
|
||||||
READ_ENCRYPTED | Read operations require Encryption
|
READ_ENCRYPTED | Read operations require Encryption
|
||||||
@ -612,7 +612,7 @@ ENCRYPTION_KEY_SIZE_X | Require encryption size >= X, with W in [7..16]
|
|||||||
|
|
||||||
For example, Volume State Characteristic (Voice Control Service) requires:
|
For example, Volume State Characteristic (Voice Control Service) requires:
|
||||||
- Mandatory Properties: Read, Notify
|
- Mandatory Properties: Read, Notify
|
||||||
- Security Permittions: Encryption Required
|
- Security Permissions: Encryption Required
|
||||||
|
|
||||||
In addition, its read is handled by application. We can model this Characteristic as follows:
|
In addition, its read is handled by application. We can model this Characteristic as follows:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user