Line 549: |
Line 549: |
| == WriteGattCharacteristic == | | == WriteGattCharacteristic == |
| Takes a type-0x9 input buffer, a bool, an u8, a bool, an u32, a [[#GattId]], a [[#GattId]], no output. | | Takes a type-0x9 input buffer, a bool, an u8, a bool, an u32, a [[#GattId]], a [[#GattId]], no output. |
| + | |
| + | The buffer size must be <=0x258. |
| | | |
| == WriteGattDescriptor == | | == WriteGattDescriptor == |
| Takes a type-0x9 input buffer, a bool, an u8, an u32, a [[#GattId]], a [[#GattId]], a [[#GattId]], no output. | | Takes a type-0x9 input buffer, a bool, an u8, an u32, a [[#GattId]], a [[#GattId]], a [[#GattId]], no output. |
| + | |
| + | The buffer size must be <=0x258. |
| | | |
| == RegisterGattNotification == | | == RegisterGattNotification == |
Line 648: |
Line 652: |
| | | |
| The AppletResourceUserId is unused. | | The AppletResourceUserId is unused. |
| + | |
| + | The buffer size must be <=0x258. |
| | | |
| == LeSendIndication == | | == LeSendIndication == |
Line 653: |
Line 659: |
| | | |
| The AppletResourceUserId is unused. | | The AppletResourceUserId is unused. |
| + | |
| + | The buffer size used internally is clamped to max size 0x258. |
| | | |
| == GetLeEventInfo == | | == GetLeEventInfo == |