MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / uuid16toBuffer

Function uuid16toBuffer

tools/bles2gatt.js:1754–1756  ·  view source on GitHub ↗
(uuid16)

Source from the content-addressed store, hash-verified

1752}
1753
1754function uuid16toBuffer(uuid16) {
1755 return (new Uint8Array([uuid16 & 0xFF, (uuid16 >> 8) & 0xFF])).buffer;
1756}
1757
1758function typedValueToBuffer(type, value) {
1759 let buffer;

Callers 2

generateMethod · 0.85
generateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected