We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062feb3 commit 50eabe4Copy full SHA for 50eabe4
src/GattServer.js
@@ -58,7 +58,7 @@ class GattServer {
58
/**
59
* Find the service UUID and characteristic UUID based on a characteristic handle
60
* @param {number} charHandle
61
- * @returns {<Object|null>}
+ * @returns {Object|null}
62
*/
63
async getUUIDbyHandle(charHandle) {
64
const handle = charHandle - 1;
0 commit comments