Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1754
function
uuid16toBuffer(uuid16) {
1755
return
(
new
Uint8Array([uuid16 & 0xFF, (uuid16 >> 8) & 0xFF])).buffer;
1756
}
1757
1758
function
typedValueToBuffer(
type
, value) {
1759
let
buffer;
Callers
2
generate
Method · 0.85
generate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected