Location and Navigation
<\/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">
GATT Service
GATT service providing location and navigation data from a sensor.
Identifiers
16-bit UUID
0x1819
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.