2022-12-21 00:36:39

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] 9a6b0e: shared/util: Update UUID database for Csip services

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 9a6b0e39a30f06f121f28f3e9e754d61f22ccdca
https://github.com/bluez/bluez/commit/9a6b0e39a30f06f121f28f3e9e754d61f22ccdca
Author: Sathish Narasimman <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)

Changed paths:
M src/shared/util.c

Log Message:
-----------
shared/util: Update UUID database for Csip services

This updates UUID database with the values from assigned numbers for
co-ordinated set identification services.


Commit: b709058c60081de91927b04c6603f223a4119265
https://github.com/bluez/bluez/commit/b709058c60081de91927b04c6603f223a4119265
Author: Sathish Narasimman <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)

Changed paths:
M lib/uuid.h

Log Message:
-----------
lib/uuid: Add CSIS UUIDs

This adds Coordinated Set Identification Service UUIDs which will
be used by Coordinated Set Identification Profile.


Commit: 90a662392c6e9dfc25308b883d47ff1e8578646b
https://github.com/bluez/bluez/commit/90a662392c6e9dfc25308b883d47ff1e8578646b
Author: Sathish Narasimman <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)

Changed paths:
M monitor/att.c

Log Message:
-----------
monitor/att: Add decoding support for CSIP

This adds decoding support for CSIS attributes:

> ACL Data RX: Handle 3585 flags 0x02 dlen 7
ATT: Read Request (0x0a) len 2
Handle: 0x0017 Type: Set Identity Resolving Key (0x2b84)
< ACL Data TX: Handle 3585 flags 0x00 dlen 22
ATT: Read Response (0x0b) len 17
Value: 01761fae703ed681f0c50b34155b6434fb
Handle: 0x0017 Type: Set Identity Resolving Key (0x2b84)
SIRK: 01761fae703ed681f0c50b34155b6434fb
> ACL Data RX: Handle 3585 flags 0x02 dlen 7
ATT: Read Request (0x0a) len 2
Handle: 0x001b Type: Set Member Lock (0x2b86)
< ACL Data TX: Handle 3585 flags 0x00 dlen 6
ATT: Read Response (0x0b) len 1
Value: 01
Handle: 0x001b Type: Set Member Lock (0x2b86)
Locked (0x01)
> ACL Data RX: Handle 3585 flags 0x02 dlen 7
ATT: Read Request (0x0a) len 2
Handle: 0x001e Type: Set Member Rank (0x2b87)
< ACL Data TX: Handle 3585 flags 0x00 dlen 6
ATT: Read Response (0x0b) len 1
Value: 01
Handle: 0x001e Type: Set Member Rank (0x2b87)
Rank: 0x01


Compare: https://github.com/bluez/bluez/compare/da203f5dbc7e...90a662392c6e