You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`deviceId`**| <code>string</code> | The ID of the device to use (obtained from [requestDevice](#requestDevice) or [requestLEScan](#requestLEScan)) |
639
-
|**`onDisconnect`**| <code>((deviceId: string) => void)</code> | Optional disconnect callback function that will be used when the device disconnects |
640
-
|**`options`**| <code><ahref="#timeoutoptions">TimeoutOptions</a></code> | Options for plugin call |
|**`deviceId`**| <code>string</code> | The ID of the device to use (obtained from [requestDevice](#requestDevice) or [requestLEScan](#requestLEScan)) |
639
+
|**`onDisconnect`**| <code>((deviceId: string) => void)</code> | Optional disconnect callback function that will be used when the device disconnects |
640
+
|**`options`**| <code><ahref="#connectclientoptions">ConnectClientOptions</a></code> | Options for plugin call |
641
641
642
642
---
643
643
@@ -970,6 +970,12 @@ Stop listening to the changes of the value of a characteristic. For an example,
|**`rawAdvertisement`**| <code>[DataView](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DataView)</code> | Raw advertisement data (**Android** only). |
|**`skipDescriptorDiscovery`**| <code>boolean</code> | Skip descriptor discovery during connection to improve connection speed. When enabled, descriptors will not be available in the services structure. | <code>false</code> |
0 commit comments