Skip to content

Commit 33edbd7

Browse files
committed
Add note for why using 0x15
1 parent 5cf88e9 commit 33edbd7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5544,6 +5544,11 @@ The [=remote end steps=] with command parameters |params| are:
55445544
[=associated Bluetooth=].
55455545
1. If |simulatedDeviceInstance|.{{[[gatt]]}}.{{[[automatedGATTConnectionResponse]]}} is `"expected"`,
55465546
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>
55475552
1. Otherwise, <a>clean up the disconnected device</a> |simulatedDeviceInstance|.
55485553

55495554
</div>

0 commit comments

Comments
 (0)