57 public static BTMode get(
final String name)
throws IllegalArgumentException {
66 public static BTMode get(
final byte value) {
68 case (
byte)0x01:
return DUAL;
69 case (
byte)0x02:
return BREDR;
70 case (
byte)0x03:
return LE;
Bluetooth adapter operating mode.
LE
LE only Bluetooth mode.
BREDR
BREDR only Bluetooth mode.
DUAL
Dual Bluetooth mode, i.e.
NONE
Zero mode, neither DUAL, BREDR nor LE.