Bluetooth Driver services: Difference between revisions

No edit summary
Line 1,953: Line 1,953:
| 0x0 || 0x4 || Status. 0 = success, non-zero = error.
| 0x0 || 0x4 || Status. 0 = success, non-zero = error.
|-
|-
| 0x4 || 0x4 ||  
| 0x4 || 0x4 || ConnectionId
|-
|-
| 0x8 || 0x1 ||  
| 0x8 || 0x1 || Flags. Bit0 = IsWrite, bit1 = IsDescriptor, bit2 = IsNotify.
When bit2 is set, bit0 = IsIndication.
|-
|-
| 0x9 || 0x3 || Padding
| 0x9 || 0x3 || Padding
|-
|-
| 0xC || 0x14 || [[#GattAttributeUuid]]
| 0xC || 0x14 || Service [[#GattAttributeUuid]]
|-
|-
| 0x20 || 0x14 || [[#GattAttributeUuid]]
| 0x20 || 0x14 || Characteristic [[#GattAttributeUuid]]
|-
|-
| 0x34 || 0x14 || [[#GattAttributeUuid]]
| 0x34 || 0x14 || Descriptor [[#GattAttributeUuid]]
|-
|-
| 0x48 || 0x2 || Size of the below data.
| 0x48 || 0x2 || Size of the below data.
|-
|-
| 0x4A || {above size} || Data.
| 0x4A || 0x200 || Data with the above size.
|}
|}