Bluetooth Driver services: Difference between revisions
No edit summary |
No edit summary |
||
Line 1,910: | Line 1,910: | ||
|} | |} | ||
= | = BleClientGattOperationStatus = | ||
This is an | 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. | ||
|- | |- | ||
| | | 1 || || Same as [[#LeEventInfo]] status 55. | ||
|- | |- | ||
| | | 2 || || Same as [[#LeEventInfo]] status 25, 52. | ||
|- | |- | ||
| | | 3 || || Same as [[#LeEventInfo]] status 4, 16, 21, 50. | ||
|- | |- | ||
| | | 4 || || Same as [[#LeEventInfo]] status 5. | ||
|- | |- | ||
| | | 5 || || Same as [[#LeEventInfo]] status 6. | ||
|- | |- | ||
| | | 6 || || Same as [[#LeEventInfo]] status 7. | ||
|- | |- | ||
| | | 7 || || Same as [[#LeEventInfo]] status 9. | ||
|- | |- | ||
| | | 8 || || Same as [[#LeEventInfo]] status 13. | ||
|- | |- | ||
| | | 9 || || Used as the default case when the [[#LeEventInfo]] status is unrecognized. | ||
|- | |- | ||
| 10 || || Same as [[#LeEventInfo]] status 35. | |||
| 10 || || Same as [[# | |||
|} | |} | ||
Line 1,989: | Line 1,951: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x4 || | | 0x0 || 0x4 || Status. 0 = success, non-zero = error. | ||
|- | |- | ||
| 0x4 || 0x4 || | | 0x4 || 0x4 || | ||
Line 2,017: | Line 1,979: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x1 || [[# | | 0x0 || 0x1 || [[#BleClientGattOperationStatus]] | ||
|- | |- | ||
| 0x1 || 0x3 || Padding | | 0x1 || 0x3 || Padding |