警报通知配置文件的 UUID - ANP(在 GATT 中),在蓝牙低功耗中

Huy*_*wer 2 uuid android bluetooth bluetooth-lowenergy gatt

我正在Alert Notification Profile (ANP) in Bluetooth Low Energy三星 Galaxy S3 和外围设备之间工作。

我在Android Developer Site 上找不到与特定 UUID 的 ANP相关的任何信息。

但是在ANCS Specifications (iOS Developer Site) 中,他们定义了特定的 UUID 的 ANCS

Apple 通知中心服务是主要服务,其服务 UUID 为 7905F431-B5CE-4E99-A40F-4B1E122D00D0。

我对这种不同感到担心,所以任何人都可以告诉我:

What is specific UUID's ANP in Android?

P/s :从 Wiki 中的 UUID,我知道这一点:

任何人都可以创建一个 UUID 并使用它来识别某些东西,并有合理的信心,即任何人都不会无意中创建相同的标识符来识别其他东西。

但实际上,Google Developer 还没有确认具体的 UUID 的 ANP 吗?

小智 5

基本的蓝牙是:0000xxxx-0000-1000-8000-00805f9b34fb。

“xxxx”是Assigned Number你需要在里面替换,你可以声明。

但另一方面,在固件端还定义了移动应用程序的 UUID 可以与固件通信。