GATT Profile Browser
<\/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">
클라이언트 사이드
인터랙티브
Browse and explore Bluetooth GATT profiles and their characteristics interactively. View UUID, properties, and data formats.
개인정보 우선
이 도구는 브라우저에서 완전히 실행됩니다. 서버로 데이터가 전송되지 않습니다.
가이드에서 언급됨
Understanding BLE Architecture: Protocol Stack Overview
ESP32 BLE Development with ESP-IDF
BLE GATT Server Implementation Guide
Android BLE Development: From Scanning to Data Transfer
iOS Core Bluetooth: Building BLE Apps for iPhone
Web Bluetooth API: BLE from the Browser
Python BLE with Bleak: Cross-Platform BLE Scripting
GATT UUID & Descriptors (0x2902) Explained — BLE
BLE in Healthcare: Medical Devices and Patient Monitoring
BLE in Wearables: Fitness Trackers, Watches, and Hearables
BLE Connection Issues: Diagnosis and Resolution Guide
자주 묻는 질문
Yes, all BLEFYI tools are free and run entirely in your browser. No data is sent to any server.