HID over GATT Profile

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

GATT Profile

GATT profile for Human Interface Devices: keyboards, mice, gamepads.

Identifiers

16-bit UUID 0x1812

Frequently Asked Questions

A GATT (Generic Attribute Profile) defines how BLE devices expose data and services. Each profile specifies a set of characteristics that devices can read, write, or subscribe to for notifications.