getBluetoothState static method

void getBluetoothState(
  1. TTBluetoothStateCallback stateCallback
)

Current Phone/Pad Bluetooth state

Implementation

static void getBluetoothState(TTBluetoothStateCallback stateCallback) {
    invoke(COMMAND_GET_BLUETOOTH_STATE, null, stateCallback);
  }