We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf88e9 commit 33edbd7Copy full SHA for 33edbd7
1 file changed
index.bs
@@ -5544,6 +5544,11 @@ The [=remote end steps=] with command parameters |params| are:
5544
[=associated Bluetooth=].
5545
1. If |simulatedDeviceInstance|.{{[[gatt]]}}.{{[[automatedGATTConnectionResponse]]}} is `"expected"`,
5546
set |simulatedDeviceInstance|.{{[[gatt]]}}.{{[[automatedGATTConnectionResponse]]}} to `0x15`.
5547
+ <div class="note">
5548
+ `0x15` represents `"Remote Device Terminated Connection due to Power Off"` according to the
5549
+ <a>List of Error Codes</a>. This allows a simulation scenario where the Bluetooth device is
5550
+ not able to respond to a GATT connection attempt.
5551
+ </div>
5552
1. Otherwise, <a>clean up the disconnected device</a> |simulatedDeviceInstance|.
5553
5554
</div>
0 commit comments