Changes

no edit summary
Line 1,910: Line 1,910:  
|}
 
|}
   −
= LeEventType =
+
= BleClientGattOperationStatus =
This is an u32 enum.
+
This is an u8 enum. This is converted from the [[#LeEventInfo]] status field.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 1,919: Line 1,919:  
!  Description
 
!  Description
 
|-
 
|-
| 0 || ||  
+
| 0 || || Same as [[#LeEventInfo]] status 0.
 
|-
 
|-
| 4 || ||  
+
| 1 || || Same as [[#LeEventInfo]] status 55.
 
|-
 
|-
| 5 || ||  
+
| 2 || || Same as [[#LeEventInfo]] status 25, 52.
 
|-
 
|-
| 6 || ||  
+
| 3 || || Same as [[#LeEventInfo]] status 4, 16, 21, 50.
 
|-
 
|-
| 7 || ||  
+
| 4 || || Same as [[#LeEventInfo]] status 5.
 
|-
 
|-
| 9 || ||  
+
| 5 || || Same as [[#LeEventInfo]] status 6.
 
|-
 
|-
| 13 || ||  
+
| 6 || || Same as [[#LeEventInfo]] status 7.
 
|-
 
|-
| 16 || ||  
+
| 7 || || Same as [[#LeEventInfo]] status 9.
 
|-
 
|-
| 21 || ||  
+
| 8 || || Same as [[#LeEventInfo]] status 13.
 
|-
 
|-
| 25 || ||  
+
| 9 || || Used as the default case when the [[#LeEventInfo]] status is unrecognized.
 
|-
 
|-
| 35 || ||
+
| 10 || || Same as [[#LeEventInfo]] status 35.
|-
  −
| 50 || ||
  −
|-
  −
| 52 || ||
  −
|-
  −
| 55 || ||
  −
|}
  −
 
  −
= BleClientGattOperationType =
  −
This is an u8 enum. This is converted from [[#LeEventType]].
  −
 
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Value
  −
!  Name
  −
!  Description
  −
|-
  −
| 0 || || Same as [[#LeEventType]] 0.
  −
|-
  −
| 1 || || Same as [[#LeEventType]] 55.
  −
|-
  −
| 2 || || Same as [[#LeEventType]] 25, 52.
  −
|-
  −
| 3 || || Same as [[#LeEventType]] 4, 16, 21, 50.
  −
|-
  −
| 4 || || Same as [[#LeEventType]] 5.
  −
|-
  −
| 5 || || Same as [[#LeEventType]] 6.
  −
|-
  −
| 6 || || Same as [[#LeEventType]] 7.
  −
|-
  −
| 7 || || Same as [[#LeEventType]] 9.
  −
|-
  −
| 8 || || Same as [[#LeEventType]] 13.
  −
|-
  −
| 9 || || Used as the default case when the [[#LeEventType]] is unrecognized.
  −
|-
  −
| 10 || || Same as [[#LeEventType]] 35.
   
|}
 
|}
   Line 1,989: Line 1,951:  
! Description
 
! Description
 
|-
 
|-
| 0x0 || 0x4 || [[#LeEventType]]
+
| 0x0 || 0x4 || Status. 0 = success, non-zero = error.
 
|-
 
|-
 
| 0x4 || 0x4 ||  
 
| 0x4 || 0x4 ||  
Line 2,017: Line 1,979:  
! Description
 
! Description
 
|-
 
|-
| 0x0 || 0x1 || [[#BleClientGattOperationType]]
+
| 0x0 || 0x1 || [[#BleClientGattOperationStatus]]
 
|-
 
|-
 
| 0x1 || 0x3 || Padding
 
| 0x1 || 0x3 || Padding