Line 743: |
Line 743: |
| === AcquireBleMtuConfigEvent === | | === AcquireBleMtuConfigEvent === |
| No input, returns an output u8 and an Event handle with EventClearMode=1. | | No input, returns an output u8 and an Event handle with EventClearMode=1. |
| + | |
| + | This is similar to the [[#AcquireBleMtuConfigEvent|btm]] cmd. |
| | | |
| sdknso will Abort if the output u8 is value 0. | | sdknso will Abort if the output u8 is value 0. |
Line 749: |
Line 751: |
| Takes a PID, an u16, an u32, an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. | | Takes a PID, an u16, an u32, an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. |
| | | |
− | The u32 is handled the same as [[#BleDisconnect_2|BleDisconnect]].
| + | This is similar to the [[#ConfigureBleMtu|btm]] cmd. |
| | | |
| sdknso will Abort if the user-specified u16 is <0x18 or >0x200. | | sdknso will Abort if the user-specified u16 is <0x18 or >0x200. |
Line 756: |
Line 758: |
| Takes a PID, an u32, an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], returns an output u16. | | Takes a PID, an u32, an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], returns an output u16. |
| | | |
− | The u32 is handled the same as [[#BleDisconnect_2|BleDisconnect]].
| + | This is similar to the [[#GetBleMtu|btm]] cmd. |
| | | |
| === RegisterBleGattDataPath === | | === RegisterBleGattDataPath === |
| Takes a PID, a [[#BleDataPath]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. | | Takes a PID, a [[#BleDataPath]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. |
| + | |
| + | This is similar to the [[#RegisterBleGattDataPath|btm]] cmd. |
| | | |
| === UnregisterBleGattDataPath === | | === UnregisterBleGattDataPath === |
| Takes a PID, a [[#BleDataPath]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. | | Takes a PID, a [[#BleDataPath]], an [[Applet_Manager_services#AppletResourceUserId|AppletResourceUserId]], no output. |
| + | |
| + | This is similar to the [[#UnregisterBleGattDataPath|btm]] cmd. |
| | | |
| = BtmState = | | = BtmState = |