Bluetooth: btp: Fix permission bits
This splits Authorization permission to Read with Authorization and Write with Authorization. Some attribites may be readable with no authorizarion, but writable with authorization defined by a higher layer specification or be implementation specific (eg. Server Characteristic Configuration Descriptor). Change-Id: I341a7095c1e8db1dea92cdeebf76c5a2307a49a1 Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
This commit is contained in:
parent
3096b54257
commit
89fbdeef9a
|
@ -573,7 +573,8 @@ Commands and responses:
|
|||
3 Write with Encryption
|
||||
4 Read with Authentication
|
||||
5 Write with Authentication
|
||||
6 Authorization
|
||||
6 Read with Authorization
|
||||
7 Write with Authorization
|
||||
|
||||
This command is used to add new characteristic to GATT Server.
|
||||
Characteristic ID of characteristic declaration is returned in
|
||||
|
|
Loading…
Reference in a new issue