Audio Input Control Service
<\/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">
LE Audio
LE Audio service for controlling audio input gain and mute.
식별자
16비트 UUID
0x1843
자주 묻는 질문
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.