From dd24fe964fccab65e554d13f6fdfd9f6b18515c5 Mon Sep 17 00:00:00 2001 From: Chengwei Hsieh Date: Mon, 5 May 2025 16:51:39 -0700 Subject: [PATCH] Fix BetoothCommand CDDL parsing error --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 21338f0..9978612 100644 --- a/index.bs +++ b/index.bs @@ -5191,9 +5191,9 @@ BluetoothCommand = ( bluetooth.SimulateGattDisconnection // bluetooth.SimulateService // bluetooth.SimulateCharacteristic // - bluetooth.simulateCharacteristicResponse // + bluetooth.SimulateCharacteristicResponse // bluetooth.SimulateDescriptor // - bluetooth.simulateDescriptorResponse // + bluetooth.SimulateDescriptorResponse // )