Skip to content

Commit

Permalink
jdoc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
seizu committed Oct 7, 2024
1 parent 062feb3 commit 624a26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GattServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class GattServer {
/**
* Find the service UUID and characteristic UUID based on a characteristic handle
* @param {number} charHandle
* @returns {<Object|null>}
* @returns {Object|null}
*/
async getUUIDbyHandle(charHandle) {
const handle = charHandle - 1;
Expand Down

0 comments on commit 624a26a

Please sign in to comment.