简体   繁体   English

如何知道Android手机中的蓝牙芯片是否支持蓝牙双模(同时具有BR / EDR和BLE)?

[英]How to know if the Bluetooth chip in an Android phone supports bluetooth dual mode (simultaneous BR/EDR and BLE)?

How to know if the Bluetooth chip in an Android phone supports Bluetooth dual- mode (simultaneous BR/EDR and BLE transports)? 如何知道Android手机中的蓝牙芯片是否支持蓝牙双模(同时进行BR / EDR和BLE传输)?

Is there a list of dual-mode capable phones? 有双模手机列表吗? Is it possible to be checked programmatically (using Java) in runtime? 是否可以在运行时以编程方式(使用Java)进行检查?

Any phone that runs Bluetooth 4.0+ is capable of Bluetooth dual-mode. 任何运行蓝牙4.0+的电话都可以进行蓝牙双模。

To find it programmatically: How to find out if Android device supports Bluetooth Low Energy 以编程方式查找它: 如何确定Android设备是否支持低功耗蓝牙

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android和双模式蓝牙设备:与BR / EDR配对时,找不到自定义BLE服务(经典) - Android & Dual mode Bluetooth device: Custom BLE service not found when paired to BR/EDR (Classic) 如何使BLE自动连接到android手机的蓝牙而不配对 - how to make BLE autoconnect to Bluetooth of android phone without pairing BLE芯片正在计算时,Android蓝牙低功耗连接超时 - Android Bluetooth Low Energy connection timeout while BLE chip is computing Android手机蓝牙是否支持SPP通信? - Android phone Bluetooth supports SPP communication or not? Android上的蓝牙芯片编程 - Bluetooth Chip programming on Android 在Android 4.3蓝牙BLE上重置蓝牙芯片后调用BluetoothGatt.connect()时引发了DeadObjectException - Catching DeadObjectException raised while calling BluetoothGatt.connect() after reseting Bluetooth chip on Android 4.3 Bluetooth BLE 支持蓝牙的安卓模拟器 - Android emulator that supports Bluetooth 如何在Android中连接两个蓝牙BLE设备? - How to connect two Bluetooth BLE devices in android? 在Android或iPhone上同时进行蓝牙连接 - Simultaneous Bluetooth Connections on Android or iPhone 有没有办法知道设备中蓝牙芯片的详细信息? - Is there a way to know the details of the Bluetooth Chip in a device?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM