连接蓝牙医疗设备后启动Android应用程序

时间:2019-09-26 08:45:53

标签: android bluetooth bluetooth-lowenergy

我有一个关于蓝牙的新手问题:

如果我将Android手机连接到具有Bluetooth(或Bluetooth LE)接口的医疗设备,是否可以自动启动应用程序?

我在应用程序中使用了广播接收器来监视“ ACTION_CONNECTION_STATE_CHANGED”通知。我可以用它来启动我的应用程序,但是我们成功地使它只能与 HID配置文件一起使用(Android本机支持)。 健康设备配置文件没有成功。

这可行吗?

谢谢

1 个答案:

答案 0 :(得分:0)

https://developer.android.com/reference/android/bluetooth/BluetoothHealthAppConfiguration

从API级别29开始弃用“健康设备配置文件”。 新应用应使用基于Bluetooth Low Energy的解决方案,例如BluetoothGatt,BluetoothAdapter#listenUsingL2capChannel()或BluetoothDevice#createL2capChannel(int)